KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.model.graph.flat
Class EAPModuleGraphFlatNodeResource

java.lang.Object
  extended by org.kie.integration.eap.maven.model.graph.flat.EAPModuleGraphFlatNodeResource
All Implemented Interfaces:
Comparable, EAPModuleGraphNodeResource, EAPModuleResource

public class EAPModuleGraphFlatNodeResource
extends Object
implements EAPModuleGraphNodeResource


Constructor Summary
EAPModuleGraphFlatNodeResource(EAPModuleResource resource)
           
 
Method Summary
 int compareTo(Object o)
           
 Collection<org.sonatype.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAPModuleGraphFlatNodeResource

public EAPModuleGraphFlatNodeResource(EAPModuleResource resource)
Method Detail

getResource

public Object getResource()
Description copied from interface: EAPModuleResource
The resource element.

Specified by:
getResource in interface EAPModuleResource
Returns:
The resource element.

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
Returns:
The resource name.

getFileName

public String getFileName()
Description copied from interface: EAPModuleResource
The resource filename.

Specified by:
getFileName in interface EAPModuleResource
Returns:
The resource filename.

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
Returns:

isAddAsResource

public boolean isAddAsResource()
Description copied from interface: EAPModuleGraphNodeResource
If the resource should be added in module definition.

Specified by:
isAddAsResource in interface EAPModuleGraphNodeResource
Returns:
If the resource should be added in module definition.

getFilter

public PathFilter getFilter()
Description copied from interface: EAPModuleGraphNodeResource
The resource filter.

Specified by:
getFilter in interface EAPModuleGraphNodeResource
Returns:
The resource filter.

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

KIE EAP - Maven plugin 6.1.0.Final

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