Uses of Class
org.jboss.virtual.VFS

Packages that use VFS
org.jboss.virtual   
org.jboss.virtual.plugins.cache   
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.memory   
org.jboss.virtual.spi   
 

Uses of VFS in org.jboss.virtual
 

Methods in org.jboss.virtual that return VFS
static VFS MemoryFileFactory.createRoot(URI uri)
          Create the memory root.
static VFS MemoryFileFactory.createRoot(URL url)
          Create root vfs.
static VFS MemoryFileFactory.find(String host)
          Find host's VFS.
 VFS VirtualFile.getVFS()
          Get the VFS instance for this virtual file
static VFS VFS.getVFS(URI rootURI)
          Get the virtual file system for a root uri
static VFS VFS.getVFS(URL rootURL)
          Get the virtual file system for a root url
 

Methods in org.jboss.virtual with parameters of type VFS
static void VFSUtils.disableCaseSensitive(VFS vfs)
          Disable case sensitive for vfs param.
static void VFSUtils.disableCopy(VFS vfs)
          Disable copy for vfs param.
static void VFSUtils.disableNoReaper(VFS vfs)
          Disable reaper for vfs param.
protected static void VFSUtils.disableOption(VFS vfs, String optionName)
          Disable option.
static void VFSUtils.enableCaseSensitive(VFS vfs)
          Enable case sensitive for vfs param.
static void VFSUtils.enableCopy(VFS vfs)
          Enable copy for vfs param.
static void VFSUtils.enableNoReaper(VFS vfs)
          Enable reaper for vfs param.
protected static void VFSUtils.enableOption(VFS vfs, String optionName)
          Enable option.
static Manifest VFSUtils.getManifest(VFS archive)
          Get a manifest from a virtual file system, assuming the root of the VFS is the root of an archive
static String VFSUtils.getOption(VFS vfs, String key)
          Get the option.
static
<T> T
VFSUtils.getOption(VFS vfs, String key, Class<T> exactType)
          Get the option.
 

Uses of VFS in org.jboss.virtual.plugins.cache
 

Methods in org.jboss.virtual.plugins.cache that return types with arguments of type VFS
 List<VFS> PreInitializeVFSContexts.getReferences()
          Get VFS references.
 

Uses of VFS in org.jboss.virtual.plugins.context
 

Methods in org.jboss.virtual.plugins.context that return VFS
 VFS AbstractVFSContext.getVFS()
           
 

Uses of VFS in org.jboss.virtual.plugins.context.memory
 

Methods in org.jboss.virtual.plugins.context.memory that return VFS
 VFS MemoryContextFactory.find(String host)
          Gets hold of a root MemoryContext
 

Uses of VFS in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return VFS
 VFS VFSContext.getVFS()
          Get the VFS for this context
 



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