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(String name, String rootName)
          Create assembled directory.
 AssembledDirectory AssembledDirectory.mkdir(String name)
          Create a directory within this directory.
 AssembledDirectory AssembledDirectory.mkdirs(String path)
          Make any directories for the give path to a file.
 

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

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

Methods in org.jboss.virtual.plugins.context.vfs with parameters of type AssembledDirectory
 void AssembledContextFactory.remove(AssembledDirectory directory)
          Remove an assembly
 



Copyright © 2009 JBoss, A division of Red Hat, Inc. All Rights Reserved.