public class EAPModuleGraphDistributionNodeDependency extends Object implements EAPModuleGraphNodeDependency
| Constructor and Description |
|---|
EAPModuleGraphDistributionNodeDependency(String name,
String slot,
boolean optional,
boolean missing,
Boolean export,
String services,
String metaInf) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
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.
|
public String getName()
EAPModuleDependencygetName in interface EAPModuleDependencypublic String getSlot()
EAPModuleDependencygetSlot in interface EAPModuleDependencypublic boolean isOptional()
EAPModuleDependencyisOptional in interface EAPModuleDependencypublic 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 int compareTo(Object o)
compareTo in interface ComparableCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.