public class EAPModuleGraphFlatNodeResource extends Object implements EAPModuleGraphNodeResource
| Constructor and Description |
|---|
EAPModuleGraphFlatNodeResource(EAPModuleResource resource) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
Collection<org.eclipse.aether.graph.Exclusion> |
getExclusions()
The exclusion for this resource module.
|
String |
getFileName()
The resource filename.
|
PathFilter |
getFilter()
The resource filter.
|
String |
getName()
The resource name.
|
Object |
getResource()
The resource element.
|
boolean |
isAddAsResource()
If the resource should be added in module definition.
|
public EAPModuleGraphFlatNodeResource(EAPModuleResource resource)
public Object getResource()
EAPModuleResourcegetResource in interface EAPModuleResourcepublic String getName()
EAPModuleResourcegetName in interface EAPModuleResourcepublic String getFileName()
EAPModuleResourcegetFileName in interface EAPModuleResourcepublic Collection<org.eclipse.aether.graph.Exclusion> getExclusions()
EAPModuleResourcegetExclusions in interface EAPModuleResourcepublic boolean isAddAsResource()
EAPModuleGraphNodeResourceisAddAsResource in interface EAPModuleGraphNodeResourcepublic PathFilter getFilter()
EAPModuleGraphNodeResourcegetFilter in interface EAPModuleGraphNodeResourcepublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.