public class Node extends Object implements Serializable
| Constructor and Description |
|---|
Node(String groupId,
String artifactId,
String packaging,
String classifier,
String version,
String scope,
String description,
boolean omitted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addChildNode(Node o) |
Node |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactCanonicalForm() |
String |
getArtifactId() |
Node |
getChildNode(int index) |
LinkedList<Node> |
getChildNodes() |
String |
getClassifier() |
String |
getDescription() |
Node |
getFirstChildNode() |
String |
getGroupId() |
Node |
getLastChildNode() |
String |
getPackaging() |
Node |
getParent() |
String |
getScope() |
String |
getVersion() |
int |
hashCode() |
boolean |
isOmitted() |
boolean |
remove(Node o) |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getPackaging()
public String getClassifier()
public String getVersion()
public String getDescription()
public String getScope()
public boolean isOmitted()
public Node getParent()
public LinkedList<Node> getChildNodes()
public boolean addChildNode(Node o)
public boolean remove(Node o)
public Node getChildNode(int index)
public Node getFirstChildNode()
public Node getLastChildNode()
public String getArtifactCanonicalForm()
Copyright © 2011-2019. All Rights Reserved.