public class EAPCustomModuleDependency extends Object implements EAPModuleDependency
| Constructor and Description |
|---|
EAPCustomModuleDependency(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addArtifact(org.eclipse.aether.artifact.Artifact artifact) |
boolean |
equals(Object obj) |
Collection<org.eclipse.aether.artifact.Artifact> |
getArtifacts() |
String |
getName()
The module name that for this dependency.
|
String |
getSlot()
The module slot for this dependency.
|
boolean |
isExport()
Is this dependency exported.
|
boolean |
isOptional()
Is this dependency optional.
|
void |
setArtifacts(Collection<org.eclipse.aether.artifact.Artifact> artifacts) |
void |
setExport(boolean export) |
void |
setName(String name) |
void |
setOptional(boolean optional) |
void |
setSlot(String slot) |
public EAPCustomModuleDependency(String name)
public String getName()
EAPModuleDependencygetName in interface EAPModuleDependencypublic void setName(String name)
public String getSlot()
EAPModuleDependencygetSlot in interface EAPModuleDependencypublic void setSlot(String slot)
public Collection<org.eclipse.aether.artifact.Artifact> getArtifacts()
public void setArtifacts(Collection<org.eclipse.aether.artifact.Artifact> artifacts)
public boolean addArtifact(org.eclipse.aether.artifact.Artifact artifact)
public boolean isOptional()
EAPModuleDependencyisOptional in interface EAPModuleDependencypublic void setOptional(boolean optional)
public boolean isExport()
EAPModuleDependencyisExport in interface EAPModuleDependencypublic void setExport(boolean export)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.