|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Link | |
|---|---|
| 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. |
| de.schlichtherle.truezip.util | General utility classes. |
| Uses of Link in de.schlichtherle.truezip.fs |
|---|
| Fields in de.schlichtherle.truezip.fs with type parameters of type Link | |
|---|---|
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. |
| Uses of Link in de.schlichtherle.truezip.fs.archive |
|---|
| Subinterfaces of Link in de.schlichtherle.truezip.fs.archive | |
|---|---|
(package private) interface |
FsArchiveFileSystemOperation<E extends FsArchiveEntry>
Represents an operation on a chain of one or more archive file system entries. |
| Classes in de.schlichtherle.truezip.fs.archive that implement Link | |
|---|---|
private class |
FsArchiveFileSystem.PathLink
TODO: This implementation yields a potential issue: The state of the file system may be altered between the construction of an instance and the call to the FsArchiveFileSystem.PathLink.run() method, which may render the operation
illegal and corrupt the file system. |
private static class |
FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry>
A data class which represents a segment for use by FsArchiveFileSystem.PathLink. |
| Uses of Link in de.schlichtherle.truezip.util |
|---|
| Classes in de.schlichtherle.truezip.util that implement Link | |
|---|---|
private static class |
Link.Type.SoftLink<T>
Adapts its subclass to the Link interface. |
private static class |
Link.Type.StrongLink<T>
A strong reference. |
private static class |
Link.Type.WeakLink<T>
Adapts its subclass to the Link interface. |
| Methods in de.schlichtherle.truezip.util that return Link | ||
|---|---|---|
static
|
Links.newLink(Link.Type type,
T target)
Returns a nullable typed link to the given target. |
|
static
|
Links.newLink(T target)
Returns a nullable (strong) link to the given target. |
|
abstract
|
Link.Type.newLink(T target)
Returns a new typed link to the given nullable target. |
|
| Methods in de.schlichtherle.truezip.util with parameters of type Link | ||
|---|---|---|
static
|
Links.getTarget(Link<T> link)
Returns the nullable target of the given link. |
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||