Uses of Class
org.jboss.vfs.VirtualFileAssembly
-
Packages that use VirtualFileAssembly Package Description org.jboss.vfs org.jboss.vfs.spi -
-
Uses of VirtualFileAssembly in org.jboss.vfs
Methods in org.jboss.vfs with parameters of type VirtualFileAssembly Modifier and Type Method Description static java.io.Closeable
VFS. mountAssembly(VirtualFileAssembly assembly, VirtualFile mountPoint)
Create and mount an assembly file system, returning a single handle which will unmount and close the filesystem when closed. -
Uses of VirtualFileAssembly in org.jboss.vfs.spi
Fields in org.jboss.vfs.spi declared as VirtualFileAssembly Modifier and Type Field Description private VirtualFileAssembly
AssemblyFileSystem. assembly
Constructors in org.jboss.vfs.spi with parameters of type VirtualFileAssembly Constructor Description AssemblyFileSystem(VirtualFileAssembly assembly)
-