|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.modules.management.DependencyInfo
public final class DependencyInfo
Information describing a dependency.
Constructor Summary | |
---|---|
DependencyInfo(String dependencyType,
String exportFilter,
String importFilter,
ModuleLoaderMXBean moduleLoader,
String moduleName,
boolean optional,
String localLoader,
List<String> localLoaderPaths)
Construct a new instance. |
Method Summary | |
---|---|
String |
getDependencyType()
Get the dependency type class name. |
String |
getExportFilter()
Get the export filter, as a string. |
String |
getImportFilter()
Get the import filter, as a string. |
String |
getLocalLoader()
Get the local loader type class name. |
List<String> |
getLocalLoaderPaths()
Get the list of paths made available by the local loader. |
ModuleLoaderMXBean |
getModuleLoader()
Get the module loader MXBean of this dependency. |
String |
getModuleName()
Get the module name, as a string. |
boolean |
isOptional()
Determine whether this is an optional dependency. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"dependencyType","exportFilter","importFilter","moduleLoader","moduleName","optional","localLoader","localLoaderPaths"}) public DependencyInfo(String dependencyType, String exportFilter, String importFilter, ModuleLoaderMXBean moduleLoader, String moduleName, boolean optional, String localLoader, List<String> localLoaderPaths)
dependencyType
- the dependency type class nameexportFilter
- the export filter, as a stringimportFilter
- the import filter, as a stringmoduleLoader
- the module loader MXBean of this dependencymoduleName
- the module name, as a stringoptional
- true
if this is an optional dependencylocalLoader
- the local loader type class namelocalLoaderPaths
- the list of paths made available by the local loaderMethod Detail |
---|
public String getDependencyType()
public String getExportFilter()
public String getImportFilter()
public ModuleLoaderMXBean getModuleLoader()
public String getModuleName()
public boolean isOptional()
true
if this is an optional dependencypublic String getLocalLoader()
public List<String> getLocalLoaderPaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |