Uses of Class
net.sourceforge.jnlp.cache.DirectoryNode
Packages that use DirectoryNode
-
Uses of DirectoryNode in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return DirectoryNodeMethods in net.sourceforge.jnlp.cache that return types with arguments of type DirectoryNodeModifier and TypeMethodDescriptionDirectoryNode.getChildren()
Retrieves the list of child nodes.static ArrayList
<DirectoryNode> CacheDirectory.getLeafData
(DirectoryNode root) Get all the leaf nodes.Methods in net.sourceforge.jnlp.cache with parameters of type DirectoryNodeModifier and TypeMethodDescriptionvoid
DirectoryNode.addChild
(DirectoryNode node) Append the given node to the list of child nodes.static void
CacheDirectory.cleanParent
(DirectoryNode fileNode) This will recursively remove the parent folders if they are empty.static void
CacheDirectory.getDirStructure
(DirectoryNode root) Get the structure of directory for keeping track of the protocol and domain.static ArrayList
<DirectoryNode> CacheDirectory.getLeafData
(DirectoryNode root) Get all the leaf nodes.boolean
DirectoryNode.removeChild
(DirectoryNode node) Removes the node specified.Constructors in net.sourceforge.jnlp.cache with parameters of type DirectoryNodeModifierConstructorDescriptionDirectoryNode
(String name, File absPathToNode, ArrayList<DirectoryNode> childNodes, DirectoryNode parent) Create a new instance of DirectoryNode.DirectoryNode
(String name, File absPathToNode, DirectoryNode parent) Create a new instance of DirectoryNode.DirectoryNode
(String name, String absPathToNode, DirectoryNode parent) Create a new instance of DirectoryNode.Constructor parameters in net.sourceforge.jnlp.cache with type arguments of type DirectoryNodeModifierConstructorDescriptionDirectoryNode
(String name, File absPathToNode, ArrayList<DirectoryNode> childNodes, DirectoryNode parent) Create a new instance of DirectoryNode.