|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData
public class ClassLoaderMetaData
ClassLoaderMetaData. TODO JBMICROCONT-182 needs greatly expanding
| Constructor Summary | |
|---|---|
ClassLoaderMetaData()
|
|
| Method Summary | |
|---|---|
List<Capability> |
getCapabilities()
Get the capabilities. |
String |
getDomain()
Get the domain. |
ExportAll |
getExportAll()
Get the exportAll. |
String |
getName()
Get the name. |
String |
getParentDomain()
Get the parentDomain. |
List<Requirement> |
getRequirements()
Get the requirements. |
Version |
getVersion()
Get the version. |
boolean |
isImportAll()
Whether to import all |
boolean |
isJ2seClassLoadingCompliance()
Get the j2seClassLoadingCompliance. |
void |
setCapabilities(List<Capability> capabilities)
Set the capabilities. |
void |
setDomain(String domain)
Set the domain. |
void |
setExportAll(ExportAll exportAll)
Set the exportAll. |
void |
setImportAll(boolean importAll)
Set the importAll. |
void |
setJ2seClassLoadingCompliance(boolean classLoadingCompliance)
Set the j2seClassLoadingCompliance. |
void |
setName(String name)
Set the name. |
void |
setParentDomain(String parentDomain)
Set the parentDomain. |
void |
setRequirements(List<Requirement> requirements)
Set the requirements. |
void |
setVersion(Version version)
Set the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassLoaderMetaData()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name.public Version getVersion()
public void setVersion(Version version)
version - the version.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 boolean isJ2seClassLoadingCompliance()
public void setJ2seClassLoadingCompliance(boolean classLoadingCompliance)
classLoadingCompliance - the j2seClassLoadingCompliance.public List<Capability> getCapabilities()
public void setCapabilities(List<Capability> capabilities)
capabilities - the capabilities.public boolean isImportAll()
public void setImportAll(boolean importAll)
importAll - the importAll.public List<Requirement> getRequirements()
public void setRequirements(List<Requirement> requirements)
requirements - the requirements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||