|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsScheme | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.fs.sl | Provides singletons to locate file system driver service providers and a file system manager service provider. |
| de.schlichtherle.truezip.fs.spi | Provides an abstract class for locatable file system driver service providers and a locatable file system manager service provider. |
| Uses of FsScheme in de.schlichtherle.truezip.fs |
|---|
| Fields in de.schlichtherle.truezip.fs declared as FsScheme | |
|---|---|
private FsScheme |
FsMountPoint.scheme
|
| Fields in de.schlichtherle.truezip.fs with type parameters of type FsScheme | |
|---|---|
private Map<FsScheme,? extends FsDriver> |
FsDefaultDriver.drivers
|
| Methods in de.schlichtherle.truezip.fs that return FsScheme | |
|---|---|
static FsScheme |
FsScheme.create(String scheme)
Constructs a new URI scheme by parsing the given string. |
FsScheme |
FsMountPoint.getScheme()
Returns the URI scheme. |
| Methods in de.schlichtherle.truezip.fs that return types with arguments of type FsScheme | |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverService.getDrivers()
Returns an immutable map of the supported file system drivers. |
| Methods in de.schlichtherle.truezip.fs with parameters of type FsScheme | |
|---|---|
int |
FsScheme.compareTo(FsScheme that)
|
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsPath path)
Constructs a new mount point by synthesizing its URI from the given scheme and path. |
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsScheme | |
|---|---|
FsMountPoint(FsScheme scheme,
FsPath path)
Constructs a new mount point by synthesizing its URI from the given scheme and path. |
|
| Uses of FsScheme in de.schlichtherle.truezip.fs.sl |
|---|
| Fields in de.schlichtherle.truezip.fs.sl with type parameters of type FsScheme | |
|---|---|
private Map<FsScheme,FsDriver> |
FsDriverLocator.drivers
|
| Methods in de.schlichtherle.truezip.fs.sl that return types with arguments of type FsScheme | |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverLocator.getDrivers()
|
| Uses of FsScheme in de.schlichtherle.truezip.fs.spi |
|---|
| Methods in de.schlichtherle.truezip.fs.spi that return types with arguments of type FsScheme | |
|---|---|
static Map<FsScheme,FsDriver> |
FsDriverProvider.newMap(Object[][] config)
A static factory method for an unmodifiable driver map which is constructed from the given configuration. |
private static Collection<FsScheme> |
FsDriverProvider.toSchemes(Object o)
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||