Uses of Class
org.jboss.vfs.VirtualFileAssembly.AssemblyNode
Packages that use VirtualFileAssembly.AssemblyNode
-
Uses of VirtualFileAssembly.AssemblyNode in org.jboss.vfs
Fields in org.jboss.vfs declared as VirtualFileAssembly.AssemblyNodeModifier and TypeFieldDescriptionprivate final VirtualFileAssembly.AssemblyNode
VirtualFileAssembly.rootNode
Fields in org.jboss.vfs with type parameters of type VirtualFileAssembly.AssemblyNodeModifier and TypeFieldDescriptionprivate final Map
<String, VirtualFileAssembly.AssemblyNode> VirtualFileAssembly.AssemblyNode.children
Methods in org.jboss.vfs that return VirtualFileAssembly.AssemblyNodeModifier and TypeMethodDescriptionFind an AssemblyNode staring with this node and return null if not found.VirtualFileAssembly.AssemblyNode.find
(VirtualFileAssembly.Path path, boolean createIfMissing) Find an AssemblyNode starting with this node.VirtualFileAssembly.AssemblyNode.findOrBuild
(String path) Find an AssemblyNode starting with this node and build the required nodes if not found.private VirtualFileAssembly.AssemblyNode
Methods in org.jboss.vfs with parameters of type VirtualFileAssembly.AssemblyNodeModifier and TypeMethodDescriptionprivate void
VirtualFileAssembly.AssemblyNode.addChild
(String name, VirtualFileAssembly.AssemblyNode child)