|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kie.integration.eap.maven.model.dependency.EAPModuleMissingDependency
public class EAPModuleMissingDependency
This class represents a dependency to an artifact that is not included in any static module.
Constructor Summary | |
---|---|
EAPModuleMissingDependency(org.sonatype.aether.artifact.Artifact artifact)
|
Method Summary | |
---|---|
boolean |
addModuleReference(EAPModule m)
|
org.sonatype.aether.artifact.Artifact |
getArtifact()
|
String |
getName()
The module name that for this dependency. |
Collection<EAPModule> |
getReferences()
|
String |
getSlot()
The module slot for this dependency. |
boolean |
isExport()
Is this dependency exported. |
boolean |
isOptional()
Is this dependency optional. |
void |
setExport(boolean export)
|
void |
setName(String name)
|
void |
setOptional(boolean optional)
|
void |
setSlot(String slot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EAPModuleMissingDependency(org.sonatype.aether.artifact.Artifact artifact)
Method Detail |
---|
public boolean addModuleReference(EAPModule m)
public String getName()
EAPModuleDependency
getName
in interface EAPModuleDependency
public void setName(String name)
public String getSlot()
EAPModuleDependency
getSlot
in interface EAPModuleDependency
public void setSlot(String slot)
public org.sonatype.aether.artifact.Artifact getArtifact()
public boolean isOptional()
EAPModuleDependency
isOptional
in interface EAPModuleDependency
public void setOptional(boolean optional)
public Collection<EAPModule> getReferences()
public boolean isExport()
EAPModuleDependency
isExport
in interface EAPModuleDependency
public void setExport(boolean export)
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |