org.apache.maven.index.treeview
Interface TreeNode

All Known Implementing Classes:
AbstractTreeNode, DefaultTreeNode

public interface TreeNode


Nested Class Summary
static class TreeNode.Type
           
 
Method Summary
 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)
           
 

Method Detail

getType

TreeNode.Type getType()

setType

void setType(TreeNode.Type t)

isLeaf

boolean isLeaf()

setLeaf

void setLeaf(boolean leaf)

getNodeName

String getNodeName()

setNodeName

void setNodeName(String name)

getPath

String getPath()

setPath

void setPath(String path)

getGroupId

String getGroupId()

setGroupId

void setGroupId(String groupId)

getArtifactId

String getArtifactId()

setArtifactId

void setArtifactId(String artifactId)

getVersion

String getVersion()

setVersion

void setVersion(String version)

getRepositoryId

String getRepositoryId()

setRepositoryId

void setRepositoryId(String repositoryId)

getChildren

List<TreeNode> getChildren()

listChildren

List<TreeNode> listChildren()
                            throws IOException
Throws:
IOException

findChildByPath

TreeNode findChildByPath(String path,
                         TreeNode.Type type)
                         throws IOException
Throws:
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.