public abstract class EAPAbstractResource<T> extends Object implements EAPModuleResource<T>
| Modifier | Constructor and Description |
|---|---|
protected |
EAPAbstractResource(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addExclusion(org.eclipse.aether.graph.Exclusion artifact) |
Collection<org.eclipse.aether.graph.Exclusion> |
getExclusions()
The exclusion for this resource module.
|
String |
getName()
The resource name.
|
void |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFileName, getResourceprotected EAPAbstractResource(String name)
public String getName()
EAPModuleResourcegetName in interface EAPModuleResource<T>public void setName(String name)
public boolean addExclusion(org.eclipse.aether.graph.Exclusion artifact)
public Collection<org.eclipse.aether.graph.Exclusion> getExclusions()
EAPModuleResourcegetExclusions in interface EAPModuleResource<T>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.