public interface TreeNode
Modifier and Type | Interface and Description |
---|---|
static class |
TreeNode.Type |
Modifier and Type | Method and Description |
---|---|
TreeNode |
findChildByPath(String path,
TreeNode.Type type) |
String |
getArtifactId() |
List<TreeNode> |
getChildren() |
String |
getGroupId() |
String |
getNodeName() |
String |
getPath() |
String |
getRepositoryId() |
TreeNode.Type |
getType() |
String |
getVersion() |
boolean |
isLeaf() |
List<TreeNode> |
listChildren() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setLeaf(boolean leaf) |
void |
setNodeName(String name) |
void |
setPath(String path) |
void |
setRepositoryId(String repositoryId) |
void |
setType(TreeNode.Type t) |
void |
setVersion(String version) |
TreeNode.Type getType()
void setType(TreeNode.Type t)
boolean isLeaf()
void setLeaf(boolean leaf)
String getNodeName()
void setNodeName(String name)
String getPath()
void setPath(String path)
String getGroupId()
void setGroupId(String groupId)
String getArtifactId()
void setArtifactId(String artifactId)
String getVersion()
void setVersion(String version)
String getRepositoryId()
void setRepositoryId(String repositoryId)
List<TreeNode> listChildren() throws IOException
IOException
TreeNode findChildByPath(String path, TreeNode.Type type) throws IOException
IOException
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.