KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.model.graph
Interface EAPModuleGraphNodeResource

All Superinterfaces:
Comparable, EAPModuleResource
All Known Implementing Classes:
EAPModuleGraphDistributionNodeResource, EAPModuleGraphFlatNodeResource

public interface EAPModuleGraphNodeResource
extends EAPModuleResource, Comparable


Method Summary
 PathFilter getFilter()
          The resource filter.
 boolean isAddAsResource()
          If the resource should be added in module definition.
 
Methods inherited from interface org.kie.integration.eap.maven.model.resource.EAPModuleResource
getExclusions, getFileName, getName, getResource
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isAddAsResource

boolean isAddAsResource()
If the resource should be added in module definition.

Returns:
If the resource should be added in module definition.

getFilter

PathFilter getFilter()
The resource filter.

Returns:
The resource filter.

KIE EAP - Maven plugin 6.1.0.Final

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