org.apache.tomee.catalina
Class TomEEClassLoaderEnricher

java.lang.Object
  extended by org.apache.tomee.catalina.TomEEClassLoaderEnricher
All Implemented Interfaces:
WebAppEnricher

public final class TomEEClassLoaderEnricher
extends Object
implements WebAppEnricher


Field Summary
static String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_CLASSES
           
static String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_PREFIXES
           
static String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_SKIP
          Enrichement part
 
Constructor Summary
TomEEClassLoaderEnricher()
           
 
Method Summary
 URL[] enrichment(ClassLoader appCl)
           
static boolean validateJarFile(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_SKIP

public static final String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_SKIP
Enrichement part

See Also:
Constant Field Values

TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_CLASSES

public static final String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_CLASSES
See Also:
Constant Field Values

TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_PREFIXES

public static final String TOMEE_WEBAPP_CLASSLOADER_ENRICHMENT_PREFIXES
See Also:
Constant Field Values
Constructor Detail

TomEEClassLoaderEnricher

public TomEEClassLoaderEnricher()
Method Detail

enrichment

public URL[] enrichment(ClassLoader appCl)
Specified by:
enrichment in interface WebAppEnricher

validateJarFile

public static boolean validateJarFile(File file)
                               throws IOException
Throws:
IOException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.