|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilesystemPath | |
|---|---|
| com.caucho.server.hmux | |
| com.caucho.vfs | Resin's Virtual File System. |
| com.caucho.vfs.remote | |
| 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 |
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
|
| 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 |
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 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)
|
| 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 |
|
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)
|
|
| Uses of FilesystemPath in com.caucho.vfs.remote |
|---|
| Subclasses of FilesystemPath in com.caucho.vfs.remote | |
|---|---|
class |
RemotePath
Remote filesystem |
class |
RemotePathRoot
Remote filesystem |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||