|
||||||||||
| 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 metadata| Method Detail |
|---|
protected ClassLoadingMetaData getClassLoadingMetaData()
public String getDomainName()
Module
getDomainName in class Modulepublic String getParentDomainName()
Module
getParentDomainName in class Modulepublic ExportAll getExportAll()
Module
getExportAll in class Modulepublic ClassFilter getIncluded()
Module
getIncluded in class Modulepublic ClassFilter getExcluded()
Module
getExcluded in class Modulepublic ClassFilter getExcludedExport()
Module
getExcludedExport in class Modulepublic boolean isImportAll()
Module
isImportAll in class Modulepublic boolean isJ2seClassLoadingCompliance()
Module
isJ2seClassLoadingCompliance in class Modulepublic boolean isCacheable()
Module
isCacheable in class Modulepublic boolean isBlackListable()
Module
isBlackListable in class Moduleprotected List<Capability> determineCapabilities()
Module
determineCapabilities in class Modulepublic List<Requirement> determineRequirements()
Module
determineRequirements in class Module
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||