|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsUriModifier | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| Uses of FsUriModifier in de.schlichtherle.truezip.fs |
|---|
| Methods in de.schlichtherle.truezip.fs that return FsUriModifier | |
|---|---|
static FsUriModifier |
FsUriModifier.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FsUriModifier[] |
FsUriModifier.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.schlichtherle.truezip.fs with parameters of type FsUriModifier | |
|---|---|
static FsPath |
FsPath.create(String uri,
FsUriModifier modifier)
Constructs a new path by constructing a new URI from the given string representation and parsing the result. |
static FsMountPoint |
FsMountPoint.create(String uri,
FsUriModifier modifier)
Constructs a new mount point by constructing a new URI from the given string representation and parsing the result. |
static FsEntryName |
FsEntryName.create(String uri,
FsUriModifier modifier)
Constructs a new file system entry name by constructing a new URI from the given string representation and parsing the result. |
static FsPath |
FsPath.create(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI. |
static FsMountPoint |
FsMountPoint.create(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI. |
static FsEntryName |
FsEntryName.create(URI uri,
FsUriModifier modifier)
Constructs a new file system entry name by parsing the given URI. |
private void |
FsPath.parse(URI uri,
FsUriModifier modifier)
|
private void |
FsMountPoint.parse(URI uri,
FsUriModifier modifier)
|
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsUriModifier | |
|---|---|
FsEntryName(String uri,
FsUriModifier modifier)
Constructs a new file system entry name by calling new URI(uri) and parsing the resulting URI. |
|
FsEntryName(URI uri,
FsUriModifier modifier)
Constructs a new file system entry name by parsing the given URI. |
|
FsMountPoint(String uri,
FsUriModifier modifier)
Constructs a new path by calling new URI(uri) and parsing the resulting URI. |
|
FsMountPoint(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI. |
|
FsPath(String uri,
FsUriModifier modifier)
Constructs a new path by calling new URI(uri) and parsing the resulting URI. |
|
FsPath(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI. |
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||