|
KIE EAP - Maven plugin 6.2.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.eclipse.aether.artifact.Artifact artifact)
|
|
| Method Summary | |
|---|---|
boolean |
addModuleReference(EAPModule m)
|
org.eclipse.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.eclipse.aether.artifact.Artifact artifact)
| Method Detail |
|---|
public boolean addModuleReference(EAPModule m)
public String getName()
EAPModuleDependency
getName in interface EAPModuleDependencypublic void setName(String name)
public String getSlot()
EAPModuleDependency
getSlot in interface EAPModuleDependencypublic void setSlot(String slot)
public org.eclipse.aether.artifact.Artifact getArtifact()
public boolean isOptional()
EAPModuleDependency
isOptional in interface EAPModuleDependencypublic void setOptional(boolean optional)
public Collection<EAPModule> getReferences()
public boolean isExport()
EAPModuleDependency
isExport in interface EAPModuleDependencypublic void setExport(boolean export)
|
KIE EAP - Maven plugin 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||