public interface EAPModuleGraphNodeDependency extends EAPModuleDependency, Comparable
| Modifier and Type | Method and Description |
|---|---|
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 |
getServices()
Dependency services behavior (import,export,none)
|
Boolean |
isMissing()
Is the dependency not resolved.
|
getName, getSlot, isExport, isOptionalcompareToBoolean isMissing()
String getServices()
String getMetaInf()
Collection<PathFilter> getExports()
Collection<PathFilter> getImports()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.