public class EAPModuleMissingDependency extends Object implements EAPModuleDependency
| Constructor and Description |
|---|
EAPModuleMissingDependency(org.eclipse.aether.artifact.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public EAPModuleMissingDependency(org.eclipse.aether.artifact.Artifact artifact)
public boolean addModuleReference(EAPModule m)
public String getName()
EAPModuleDependencygetName in interface EAPModuleDependencypublic void setName(String name)
public String getSlot()
EAPModuleDependencygetSlot in interface EAPModuleDependencypublic void setSlot(String slot)
public org.eclipse.aether.artifact.Artifact getArtifact()
public boolean isOptional()
EAPModuleDependencyisOptional in interface EAPModuleDependencypublic void setOptional(boolean optional)
public Collection<EAPModule> getReferences()
public boolean isExport()
EAPModuleDependencyisExport in interface EAPModuleDependencypublic void setExport(boolean export)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.