public class EAPModuleNodeGraphDependency extends Object implements EAPModuleGraphNodeDependency
| Constructor and Description |
|---|
EAPModuleNodeGraphDependency(String name,
String slot,
Boolean export) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
Collection<PathFilter> |
getExports()
The export paths for this dependency.
|
Collection<PathFilter> |
getImports()
The import paths for this dependency.
|
String |
getMetaInf()
Dependency meta-inf behavior (import,export,none)
|
String |
getName()
The module name that for this dependency.
|
String |
getServices()
Dependency services behavior (import,export,none)
|
String |
getSlot()
The module slot for this dependency.
|
boolean |
isExport()
Is this dependency exported.
|
Boolean |
isMissing()
Is the dependency not resolved.
|
boolean |
isOptional()
Is this dependency optional.
|
String |
toString() |
public Boolean isMissing()
EAPModuleGraphNodeDependencyisMissing in interface EAPModuleGraphNodeDependencypublic boolean isExport()
EAPModuleDependencyisExport in interface EAPModuleDependencypublic String getServices()
EAPModuleGraphNodeDependencygetServices in interface EAPModuleGraphNodeDependencypublic String getMetaInf()
EAPModuleGraphNodeDependencygetMetaInf in interface EAPModuleGraphNodeDependencypublic Collection<PathFilter> getExports()
EAPModuleGraphNodeDependencygetExports in interface EAPModuleGraphNodeDependencypublic Collection<PathFilter> getImports()
EAPModuleGraphNodeDependencygetImports in interface EAPModuleGraphNodeDependencypublic String getName()
EAPModuleDependencygetName in interface EAPModuleDependencypublic String getSlot()
EAPModuleDependencygetSlot in interface EAPModuleDependencypublic boolean isOptional()
EAPModuleDependencyisOptional in interface EAPModuleDependencypublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.