Uses of Class
org.jboss.vfs.VirtualFileAssembly.AssemblyNode
-
Packages that use VirtualFileAssembly.AssemblyNode Package Description org.jboss.vfs -
-
Uses of VirtualFileAssembly.AssemblyNode in org.jboss.vfs
Fields in org.jboss.vfs declared as VirtualFileAssembly.AssemblyNode Modifier and Type Field Description private VirtualFileAssembly.AssemblyNodeVirtualFileAssembly. rootNodeFields in org.jboss.vfs with type parameters of type VirtualFileAssembly.AssemblyNode Modifier and Type Field Description private java.util.Map<java.lang.String,VirtualFileAssembly.AssemblyNode>VirtualFileAssembly.AssemblyNode. childrenMethods in org.jboss.vfs that return VirtualFileAssembly.AssemblyNode Modifier and Type Method Description VirtualFileAssembly.AssemblyNodeVirtualFileAssembly.AssemblyNode. find(java.lang.String path)Find an AssemblyNode staring with this node and return null if not found.VirtualFileAssembly.AssemblyNodeVirtualFileAssembly.AssemblyNode. find(VirtualFileAssembly.Path path, boolean createIfMissing)Find an AssemblyNode starting with this node.VirtualFileAssembly.AssemblyNodeVirtualFileAssembly.AssemblyNode. findOrBuild(java.lang.String path)Find an AssemblyNode starting with this node and build the required nodes if not found.private VirtualFileAssembly.AssemblyNodeVirtualFileAssembly.AssemblyNode. getChild(java.lang.String name)Methods in org.jboss.vfs with parameters of type VirtualFileAssembly.AssemblyNode Modifier and Type Method Description private voidVirtualFileAssembly.AssemblyNode. addChild(java.lang.String name, VirtualFileAssembly.AssemblyNode child)
-