INode (taack-ui 0.5.7-SNAPSHOT API)
Package: taack.ssh.vfs

[Groovy] Interface INode



  • interface INode
    • Property Detail

    • Method Detail

      • abstract void addChild(INode node)

      • abstract java.util.Iterator<INode> getChildren()

      • abstract java.lang.String getName()

      • abstract INode getParent()

      • abstract void setParent(INode parent)