KIE EAP - Maven plugin 6.1.0.Final

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

All Superinterfaces:
Comparable, EAPModuleDependency
All Known Implementing Classes:
EAPModuleGraphDistributionNodeDependency, EAPModuleGraphFlatNodeDependency, EAPModuleNodeGraphDependency

public interface EAPModuleGraphNodeDependency
extends EAPModuleDependency, Comparable


Method Summary
 Collection<PathFilter> getExports()
          The export paths for this dependency.
 Collection<PathFilter> getImports()
          The import paths for this dependency.
 String getMetaInf()
          Dependency meta-inf behavior (import,export,none)
 String getServices()
          Dependency services behavior (import,export,none)
 Boolean isMissing()
          Is the dependency not resolved.
 
Methods inherited from interface org.kie.integration.eap.maven.model.dependency.EAPModuleDependency
getName, getSlot, isExport, isOptional
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isMissing

Boolean isMissing()
Is the dependency not resolved.

Returns:
Is the dependency not resolved.

getServices

String getServices()
Dependency services behavior (import,export,none)

Returns:
The services for this dependency.

getMetaInf

String getMetaInf()
Dependency meta-inf behavior (import,export,none)

Returns:
The meta-inf for this dependency.

getExports

Collection<PathFilter> getExports()
The export paths for this dependency.

Returns:
The export paths for this dependency.

getImports

Collection<PathFilter> getImports()
The import paths for this dependency.

Returns:
The import paths for this dependency.

KIE EAP - Maven plugin 6.1.0.Final

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