Interface TreeNode

    • Method Detail

      • isLeaf

        boolean isLeaf()
      • setLeaf

        void setLeaf​(boolean leaf)
      • getNodeName

        java.lang.String getNodeName()
      • setNodeName

        void setNodeName​(java.lang.String name)
      • getPath

        java.lang.String getPath()
      • setPath

        void setPath​(java.lang.String path)
      • getGroupId

        java.lang.String getGroupId()
      • setGroupId

        void setGroupId​(java.lang.String groupId)
      • getArtifactId

        java.lang.String getArtifactId()
      • setArtifactId

        void setArtifactId​(java.lang.String artifactId)
      • getVersion

        java.lang.String getVersion()
      • setVersion

        void setVersion​(java.lang.String version)
      • getRepositoryId

        java.lang.String getRepositoryId()
      • setRepositoryId

        void setRepositoryId​(java.lang.String repositoryId)
      • getChildren

        java.util.List<TreeNode> getChildren()
      • listChildren

        java.util.List<TreeNode> listChildren()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • findChildByPath

        TreeNode findChildByPath​(java.lang.String path,
                                 TreeNode.Type type)
                          throws java.io.IOException
        Throws:
        java.io.IOException