TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.fs.FsPath

Packages that use FsPath
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
 

Uses of FsPath in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs declared as FsPath
private  FsPath FsPath.hierarchical
           
private  FsPath FsMountPoint.path
           
private  FsPath FsFederatingController.path
           
private  FsPath FsEntryNotFoundException.path
           
 

Methods in de.schlichtherle.truezip.fs that return FsPath
static FsPath FsPath.create(String uri)
          Equivalent to create(uri, FsUriModifier.NULL).
static FsPath FsPath.create(String uri, FsUriModifier modifier)
          Constructs a new path by constructing a new URI from the given string representation and parsing the result.
static FsPath FsPath.create(URI uri)
          Equivalent to create(uri, FsUriModifier.NULL).
static FsPath FsPath.create(URI uri, FsUriModifier modifier)
          Constructs a new path by parsing the given URI.
 FsPath FsMountPoint.getPath()
          Returns the path or null iff this mount point's URI doesn't name a parent mount point, i.e. if it's hierarchical.
private  FsPath FsFederatingController.getPath()
           
 FsPath FsPath.hierarchicalize()
          Returns a hierarchical URI for this path.
 FsPath FsPath.resolve(FsEntryName entryName)
          Resolves the given entry name against this path.
 FsPath FsMountPoint.resolve(FsEntryName entryName)
          Resolves the given entry name against this mount point.
 

Methods in de.schlichtherle.truezip.fs with parameters of type FsPath
 int FsPath.compareTo(FsPath that)
          Implements a natural ordering which is consistent with equals(Object).
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 FsPath
FsMountPoint(FsScheme scheme, FsPath path)
          Constructs a new mount point by synthesizing its URI from the given scheme and path.
 


TrueZIP Kernel 7.0-rc2

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