Package | Description |
---|---|
com.caucho.server.hmux | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.remote |
Modifier and Type | Class and Description |
---|---|
class |
HmuxPath
The HTTP scheme.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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 |
JniFilePathImpl
FilePath implements the native filesystem.
|
class |
MemoryPath |
class |
MemoryScheme |
class |
MergePath
A merging of several Paths used like a CLASSPATH.
|
class |
SpyScheme |
Modifier and Type | Field and Description |
---|---|
protected FilesystemPath |
FilesystemPath._root |
Modifier and Type | Method and Description |
---|---|
static FilesystemPath |
JniFilePath.create() |
static FilesystemPath |
Vfs.getGlobalPwd() |
FilesystemPath |
FilesystemPath.getRoot()
Returns the root.
|
Modifier and Type | Method and Description |
---|---|
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) |
GooglePath |
GoogleStorePath.createInstance(FilesystemPath root,
java.lang.String userPath,
java.lang.String path) |
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) |
protected void |
FilesystemPath.init(FilesystemPath root,
java.lang.String userPath,
java.lang.String pathname) |
Constructor and Description |
---|
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.
|
JniFilePathImpl(FilesystemPath root,
java.lang.String userPath,
java.lang.String path) |
MemoryPath(FilesystemPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path) |
Modifier and Type | Class and Description |
---|---|
class |
RemotePath
Remote filesystem
|
class |
RemotePathRoot
Remote filesystem
|