public class DependencyDTO extends Object
| Constructor and Description |
|---|
DependencyDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DependencyDTO childDTO) |
String |
getArtifactId() |
List<DependencyDTO> |
getChildren() |
String |
getClassifier() |
String |
getGroupId() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
boolean |
isOptional() |
void |
setArtifactId(String artifactId) |
void |
setChildren(List<DependencyDTO> children) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setOptional(boolean optional) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toBundleUrl()
Returns the maven URL for the artifact
|
String |
toBundleUrlWithoutVersion()
Returns the maven URL for the artifact without the version
|
String |
toBundleUrlWithType()
Returns the maven URL for the artifact including any type or modifier
|
String |
toString() |
public void addChild(DependencyDTO childDTO)
public String toBundleUrlWithoutVersion()
public String toBundleUrl()
public String toBundleUrlWithType()
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getClassifier()
public void setClassifier(String classifier)
public String getType()
public void setType(String type)
public String getScope()
public void setScope(String scope)
public boolean isOptional()
public void setOptional(boolean optional)
public List<DependencyDTO> getChildren()
public void setChildren(List<DependencyDTO> children)
Copyright © 2011–2014 Red Hat. All rights reserved.