| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Method and Description |
|---|---|
static FsPath |
FsPath.create(String uri)
Deprecated.
This method does not quote characters with a special meaning
in a URI - use the method variant with the URI parameter
instead.
|
static FsPath |
FsPath.create(String uri,
FsUriModifier modifier)
Deprecated.
This method does not quote characters with a special meaning
in a URI - use the method variant with the URI parameter
instead.
|
static FsPath |
FsPath.create(URI uri)
Equivalent to
create(uri, FsUriModifier.NULL). |
static FsPath |
FsPath.create(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI.
|
FsPath |
FsMountPoint.getPath()
Returns the path component
or
null iff this mount point's URI doesn't name
a parent mount point, that is if and only if it's hierarchical. |
FsPath |
FsPath.resolve(FsEntryName entryName)
Resolves the given entry name against this path.
|
FsPath |
FsMountPoint.resolve(FsEntryName entryName)
Resolves the given entry name against this mount point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FsPath.compareTo(FsPath that)
Implements a natural ordering which is consistent with
equals(Object). |
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsPath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
| Constructor and Description |
|---|
FsMountPoint(FsScheme scheme,
FsPath path)
Constructs a new opaque mount point by composing its URI from the given
scheme and path.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.