Uses of Class
com.caucho.vfs.FilesystemPath

Packages that use FilesystemPath
com.caucho.server.hmux   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of FilesystemPath in com.caucho.server.hmux
 

Subclasses of FilesystemPath in com.caucho.server.hmux
 class HmuxPath
          The HTTP scheme.
 

Methods in com.caucho.server.hmux with parameters of type FilesystemPath
protected  HmuxPath HmuxPath.create(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
           
 

Uses of FilesystemPath in com.caucho.vfs
 

Subclasses of FilesystemPath in com.caucho.vfs
 class ClasspathPath
          The classpath scheme.
 class FilePath
          FilePath implements the native filesystem.
 class GoogleBlobStorePath
           
 class GoogleMergePath
          Represents the root merged path for Google.
 class GooglePath
          FilePath implements the native filesystem.
 class GoogleStorePath
           
 class HttpPath
          The HTTP scheme.
 class HttpsPath
          The HTTP scheme.
 class JarPath
          A filesystem for .jar files.
 class JarScheme
          JarScheme implements the lookup of the jar scheme.
 class JndiPath
          Adapts the JNDI to the Path API.
 class MemoryPath
           
 class MemoryScheme
           
 class MergePath
          A merging of several Paths used like a CLASSPATH.
 class SpyScheme
           
 

Fields in com.caucho.vfs declared as FilesystemPath
protected  FilesystemPath FilesystemPath._root
           
 

Methods in com.caucho.vfs that return FilesystemPath
static FilesystemPath JniFilePath.create()
           
static FilesystemPath Vfs.getGlobalPwd()
           
 FilesystemPath FilesystemPath.getRoot()
          Returns the root.
 

Methods in com.caucho.vfs with parameters of type FilesystemPath
protected  HttpPath HttpPath.create(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
           
protected  HttpPath HttpsPath.create(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
           
protected  GooglePath GoogleBlobStorePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
protected abstract  GooglePath GooglePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
 GooglePath GoogleStorePath.createInstance(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
protected  void FilesystemPath.init(FilesystemPath root, java.lang.String userPath, java.lang.String pathname)
           
 

Constructors in com.caucho.vfs with parameters of type FilesystemPath
ClasspathPath(FilesystemPath root, java.lang.String userPath, java.lang.String path)
          Creates a new classpath sub path.
FilePath(FilesystemPath root, java.lang.String userPath, java.lang.String path)
           
FilesystemPath(FilesystemPath root, java.lang.String userPath, java.lang.String pathname)
          Create a new filesystemPath
GooglePath(FilesystemPath root, java.lang.String userPath, java.lang.String path, FileService fileService, GoogleInodeService inodeService)
           
HttpsPath(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> newAttributes, java.lang.String path, java.lang.String query)
          Creates a new HTTP sub path.
JarPath(FilesystemPath root, java.lang.String userPath, java.lang.String path, Path backing)
          Creates a new jar path for the specific file
JndiPath(FilesystemPath root, java.lang.String userPath, java.lang.String path)
          Create a new JndiPath with the given name.
MemoryPath(FilesystemPath root, java.lang.String userPath, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.String path)