org.kie.integration.eap.maven.model.resource
Class EAPAbstractResource<T>
java.lang.Object
org.kie.integration.eap.maven.model.resource.EAPAbstractResource<T>
- All Implemented Interfaces:
- EAPModuleResource<T>
- Direct Known Subclasses:
- EAPArtifactResource, EAPFileResource
public abstract class EAPAbstractResource<T>
- extends Object
- implements EAPModuleResource<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPAbstractResource
protected EAPAbstractResource(String name)
getName
public String getName()
- Description copied from interface:
EAPModuleResource
- The resource name.
By default, if not set, the value used is the resource name.
- Specified by:
getName
in interface EAPModuleResource<T>
- Returns:
- The resource name.
setName
public void setName(String name)
addExclusion
public boolean addExclusion(org.sonatype.aether.graph.Exclusion artifact)
getExclusions
public Collection<org.sonatype.aether.graph.Exclusion> getExclusions()
- Description copied from interface:
EAPModuleResource
- The exclusion for this resource module.
- Specified by:
getExclusions
in interface EAPModuleResource<T>
- Returns:
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.