KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.model.resource
Interface EAPModuleResource<T>

All Known Subinterfaces:
EAPModuleGraphNodeResource
All Known Implementing Classes:
EAPAbstractResource, EAPArtifactOptionalResource, EAPArtifactResource, EAPFileResource, EAPModuleGraphDistributionNodeResource, EAPModuleGraphFlatNodeResource, EAPUnresolvableArtifactResource, EAPVersionMismatchedArtifactResource

public interface EAPModuleResource<T>


Method Summary
 Collection<org.sonatype.aether.graph.Exclusion> getExclusions()
          The exclusion for this resource module.
 String getFileName()
          The resource filename.
 String getName()
          The resource name.
 T getResource()
          The resource element.
 

Method Detail

getResource

T getResource()
The resource element.

Returns:
The resource element.

getName

String getName()
The resource name. By default, if not set, the value used is the resource name.

Returns:
The resource name.

getFileName

String getFileName()
The resource filename.

Returns:
The resource filename.

getExclusions

Collection<org.sonatype.aether.graph.Exclusion> getExclusions()
The exclusion for this resource module.

Returns:

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.