| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.util |
General utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private Link.Type |
FsDefaultManager.optionalScheduleType |
| Constructor and Description |
|---|
FsDefaultManager(Link.Type optionalScheduleType)
Provided for unit testing.
|
| Modifier and Type | Method and Description |
|---|---|
static Link.Type |
Link.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Link.Type[] |
Link.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Link<T> |
Links.newLink(Link.Type type,
T target)
Returns a nullable typed link to the given target.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.