Uses of Class
org.jboss.virtual.AssembledDirectory

Packages that use AssembledDirectory
org.jboss.virtual   
org.jboss.virtual.plugins.context.vfs   
 

Uses of AssembledDirectory in org.jboss.virtual
 

Methods in org.jboss.virtual that return AssembledDirectory
static AssembledDirectory AssembledDirectory.createAssembledDirectory(java.lang.String name, java.lang.String rootName)
          Create assembled directory.
 AssembledDirectory AssembledDirectory.mkdir(java.lang.String name)
          Create a directory within this directory.
 AssembledDirectory AssembledDirectory.mkdirs(java.lang.String path)
          Make any directories for the give path to a file.
 

Methods in org.jboss.virtual with parameters of type AssembledDirectory
static void AssembledDirectory.removeAssembledDirectory(AssembledDirectory directory)
          Remove assembled directory.
protected static void AssembledDirectory.removeDirectory(AssembledDirectory directory)
          Remove directory, w/o check.
 

Uses of AssembledDirectory in org.jboss.virtual.plugins.context.vfs
 

Methods in org.jboss.virtual.plugins.context.vfs that return AssembledDirectory
 AssembledDirectory AssembledContextFactory.create(java.lang.String rootName)
          Creates an assembly returning the root AssembledDirectory .
 AssembledDirectory AssembledContextFactory.create(java.lang.String name, java.lang.String rootName)
          Creates an assembly returning the root AssembledDirectory .
 AssembledDirectory AssembledContextFactory.find(java.lang.String name)
          Find an assembly.
 AssembledDirectory AssembledDirectoryHandler.getVirtualFile()