TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.util.Link.Type

Packages that use Link.Type
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
de.schlichtherle.truezip.util General utility classes. 
 

Uses of Link.Type in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs declared as Link.Type
private  Link.Type FsDefaultManager.optionalScheduleType
           
 

Constructors in de.schlichtherle.truezip.fs with parameters of type Link.Type
FsDefaultManager(Link.Type optionalScheduleType)
           
 

Uses of Link.Type in de.schlichtherle.truezip.util
 

Methods in de.schlichtherle.truezip.util that return Link.Type
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.
 

Methods in de.schlichtherle.truezip.util with parameters of type Link.Type
static
<T> Link<T>
Links.newLink(Link.Type type, T target)
          Returns a nullable typed link to the given target.
 


TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.