|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.classloading.spi.helpers.NameAndVersionSupport
org.jboss.classloading.spi.dependency.Module
org.jboss.classloading.spi.dependency.helpers.ClassLoadingMetaDataModule
public abstract class ClassLoadingMetaDataModule
ClassLoadingMetaDataModule.
Constructor Summary | |
---|---|
ClassLoadingMetaDataModule(ClassLoadingMetaData classLoadingMetaData,
String contextName)
Create a new ClassLoadingMetaDataModule. |
Method Summary | |
---|---|
protected List<Capability> |
determineCapabilities()
Determine the capabilities |
List<Requirement> |
determineRequirements()
Determine the requirements. |
protected ClassLoadingMetaData |
getClassLoadingMetaData()
Get the classloading metadata |
String |
getDomainName()
Get the domain name. |
ClassFilter |
getExcluded()
Get a filter for the excluded packages |
ClassFilter |
getExcludedExport()
Get a filter for the excluded export packages |
ExportAll |
getExportAll()
Get the export all for the module |
ClassFilter |
getIncluded()
Get a filter for the included packages |
String |
getParentDomainName()
Get the parent domain name. |
boolean |
isBlackListable()
Whether to cache misses |
boolean |
isCacheable()
Whether to cache |
boolean |
isImportAll()
Get the import all for the module |
boolean |
isJ2seClassLoadingCompliance()
Get delegate policy |
Methods inherited from class org.jboss.classloading.spi.helpers.NameAndVersionSupport |
---|
clone, getName, getTheVersion, getVersion, hashCode, setName, setTheVersion, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassLoadingMetaDataModule(ClassLoadingMetaData classLoadingMetaData, String contextName)
classLoadingMetaData
- the classLoading metadatacontextName
- the context name
IllegalArgumentException
- for null classloading metadataMethod Detail |
---|
protected ClassLoadingMetaData getClassLoadingMetaData()
public String getDomainName()
Module
getDomainName
in class Module
public String getParentDomainName()
Module
getParentDomainName
in class Module
public ExportAll getExportAll()
Module
getExportAll
in class Module
public ClassFilter getIncluded()
Module
getIncluded
in class Module
public ClassFilter getExcluded()
Module
getExcluded
in class Module
public ClassFilter getExcludedExport()
Module
getExcludedExport
in class Module
public boolean isImportAll()
Module
isImportAll
in class Module
public boolean isJ2seClassLoadingCompliance()
Module
isJ2seClassLoadingCompliance
in class Module
public boolean isCacheable()
Module
isCacheable
in class Module
public boolean isBlackListable()
Module
isBlackListable
in class Module
protected List<Capability> determineCapabilities()
Module
determineCapabilities
in class Module
public List<Requirement> determineRequirements()
Module
determineRequirements
in class Module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |