|
||||||||||
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.metadata.ClassLoadingMetaData
public class ClassLoadingMetaData
ClassLoadingMetaData.
Constructor Summary | |
---|---|
ClassLoadingMetaData()
|
Method Summary | |
---|---|
ClassLoadingMetaData |
clone()
|
boolean |
equals(Object obj)
|
CapabilitiesMetaData |
getCapabilities()
Get the capabilities. |
String |
getDomain()
Get the domain. |
ClassFilter |
getExcluded()
Get a filter for the excluded packages |
ClassFilter |
getExcludedExport()
Get a filter for the excluded export packages |
String |
getExcludedExportPackages()
Get the excludedExportPackages. |
String |
getExcludedPackages()
Get the excludedPackages. |
ExportAll |
getExportAll()
Get the exportAll. |
ClassFilter |
getIncluded()
Get a filter for the included packages |
String |
getIncludedPackages()
Get the includedPackages. |
String |
getParentDomain()
Get the parentDomain. |
RequirementsMetaData |
getRequirements()
Get the requirements. |
boolean |
isBlackListable()
Get the blackListable. |
boolean |
isCacheable()
Get the cacheable. |
boolean |
isImportAll()
Whether to import all |
boolean |
isJ2seClassLoadingCompliance()
Get the j2seClassLoadingCompliance. |
void |
setBlackListable(boolean blackListable)
Set the blackListable. |
void |
setCacheable(boolean cacheable)
Set the cacheable. |
void |
setCapabilities(CapabilitiesMetaData capabilities)
Set the capabilities. |
void |
setCapabilities(List<Capability> capabilities)
Set the capabilities. |
void |
setDomain(String domain)
Set the domain. |
void |
setExcluded(ClassFilter excluded)
Set the excluded. |
void |
setExcludedExport(ClassFilter excludedExport)
Set the excludedExport. |
void |
setExcludedExportPackages(String excludedExportPackages)
Set the excludedExportPackages. |
void |
setExcludedPackages(String excludedPackages)
Set the excludedPackages. |
void |
setExportAll(ExportAll exportAll)
Set the exportAll. |
void |
setImportAll(boolean importAll)
Set the importAll. |
void |
setIncluded(ClassFilter included)
Set the included. |
void |
setIncludedPackages(String includedPackages)
Set the includedPackages. |
void |
setJ2seClassLoadingCompliance(boolean classLoadingCompliance)
Set the j2seClassLoadingCompliance. |
void |
setParentDomain(String parentDomain)
Set the parentDomain. |
void |
setRequirements(List<Requirement> requirements)
Set the requirements. |
void |
setRequirements(RequirementsMetaData requirements)
Set the requirements. |
String |
toString()
|
protected void |
toString(StringBuilder builder)
For subclasses to override the toString contents |
Methods inherited from class org.jboss.classloading.spi.helpers.NameAndVersionSupport |
---|
getName, getTheVersion, getVersion, hashCode, setName, setTheVersion, setVersion |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassLoadingMetaData()
Method Detail |
---|
public String getDomain()
public void setDomain(String domain)
domain
- the domain.public String getParentDomain()
public void setParentDomain(String parentDomain)
parentDomain
- the parentDomain.public ExportAll getExportAll()
public void setExportAll(ExportAll exportAll)
exportAll
- the exportAll.public String getIncludedPackages()
public void setIncludedPackages(String includedPackages)
includedPackages
- the includedPackages.public ClassFilter getIncluded()
public void setIncluded(ClassFilter included)
included
- the included.public String getExcludedPackages()
public void setExcludedPackages(String excludedPackages)
excludedPackages
- the excludedPackages.public ClassFilter getExcluded()
public void setExcluded(ClassFilter excluded)
excluded
- the excluded.public String getExcludedExportPackages()
public void setExcludedExportPackages(String excludedExportPackages)
excludedExportPackages
- the excludedExportPackages.public ClassFilter getExcludedExport()
public void setExcludedExport(ClassFilter excludedExport)
excludedExport
- the excludedExport.public boolean isImportAll()
public void setImportAll(boolean importAll)
importAll
- the importAll.public boolean isJ2seClassLoadingCompliance()
public void setJ2seClassLoadingCompliance(boolean classLoadingCompliance)
classLoadingCompliance
- the j2seClassLoadingCompliance.public boolean isCacheable()
public void setCacheable(boolean cacheable)
cacheable
- the cacheable.public boolean isBlackListable()
public void setBlackListable(boolean blackListable)
blackListable
- the blackListable.public CapabilitiesMetaData getCapabilities()
public void setCapabilities(CapabilitiesMetaData capabilities)
capabilities
- the capabilities.
IllegalArgumentException
- for null capabilitiespublic void setCapabilities(List<Capability> capabilities)
capabilities
- the capabilities.public RequirementsMetaData getRequirements()
public void setRequirements(RequirementsMetaData requirements)
requirements
- the requirements.
IllegalArgumentException
- for null requirementspublic void setRequirements(List<Requirement> requirements)
requirements
- the requirements.public String toString()
toString
in class NameAndVersionSupport
protected void toString(StringBuilder builder)
builder
- the builderpublic boolean equals(Object obj)
equals
in class NameAndVersionSupport
public ClassLoadingMetaData clone()
clone
in class NameAndVersionSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |