|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsMountPoint | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| Uses of FsMountPoint in de.schlichtherle.truezip.fs |
|---|
| Fields in de.schlichtherle.truezip.fs declared as FsMountPoint | |
|---|---|
private FsMountPoint |
FsMountPoint.hierarchical
|
private FsMountPoint |
FsPath.mountPoint
|
private FsMountPoint |
FsModel.mountPoint
|
private FsMountPoint |
FsFilteringManager.prefix
|
| Fields in de.schlichtherle.truezip.fs with type parameters of type FsMountPoint | |
|---|---|
private Map<FsMountPoint,Link<FsDefaultManager.Scheduler>> |
FsDefaultManager.schedulers
The map of all schedulers for composite file system controllers, keyed by the mount point of their respective file system model. |
| Methods in de.schlichtherle.truezip.fs that return FsMountPoint | |
|---|---|
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsPath path)
Constructs a new mount point by synthesizing its URI from the given scheme and path. |
static FsMountPoint |
FsMountPoint.create(String uri)
Equivalent to create(uri, FsUriModifier.NULL). |
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 FsMountPoint |
FsMountPoint.create(URI uri)
Equivalent to create(uri, FsUriModifier.NULL). |
static FsMountPoint |
FsMountPoint.create(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI. |
FsMountPoint |
FsPath.getMountPoint()
Returns the mount point or null iff this path's
URI is not absolute. |
FsMountPoint |
FsModel.getMountPoint()
Returns the mount point of this file system model. |
FsMountPoint |
FsMountPoint.getParent()
Returns the nullable parent mount point, i.e. the mount point of the parent file system or null iff this mount point's
URI doesn't name a parent mount point, i.e. if it's
hierarchical. |
FsMountPoint |
FsMountPoint.hierarchicalize()
Returns a mount point which has its URI converted from the URI of this mount point so that it's absolute and hierarchical. |
| Methods in de.schlichtherle.truezip.fs with parameters of type FsMountPoint | |
|---|---|
int |
FsMountPoint.compareTo(FsMountPoint that)
Implements a natural ordering which is consistent with equals(Object). |
FsController<?> |
FsStatisticsManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
|
abstract FsController<?> |
FsManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns a thread-safe file system controller for the given mount point. |
FsController<?> |
FsFailSafeManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns a thread-safe file system controller for the given mount point. |
FsController<?> |
FsDefaultManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
|
FsController<?> |
FsDecoratingManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
|
private FsController<?> |
FsDefaultManager.getController(FsMountPoint mountPoint,
FsController<?> parent,
FsCompositeDriver driver)
|
abstract FsController<?> |
FsDriver.newController(FsMountPoint mountPoint,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
FsController<?> |
FsDefaultDriver.newController(FsMountPoint mountPoint,
FsController<?> parent)
|
FsController<?> |
FsCompositeDriver.newController(FsMountPoint mountPoint,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsMountPoint | |
|---|---|
FsConcurrentModel(FsMountPoint mountPoint)
|
|
FsConcurrentModel(FsMountPoint mountPoint,
FsModel parent)
|
|
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file system manager and mount point prefix. |
|
FsModel(FsMountPoint mountPoint)
|
|
FsModel(FsMountPoint mountPoint,
FsModel parent)
|
|
FsPath(FsMountPoint mountPoint,
FsEntryName entryName)
Constructs a new path by synthesizing its URI from the given nullable mount point and entry name. |
|
| Uses of FsMountPoint in de.schlichtherle.truezip.fs.archive |
|---|
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type FsMountPoint | |
|---|---|
FsController<?> |
FsArchiveDriver.newController(FsMountPoint mountPoint,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||