TrueZIP Kernel 7.0-rc2

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

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

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 FsDefaultModel.mountPoint
           
private  FsMountPoint FsFilteringManager.prefix
           
 

Fields in de.schlichtherle.truezip.fs with type parameters of type FsMountPoint
private  Map<FsMountPoint,Link<FsDefaultManager.ScheduledModel>> 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.
abstract  FsMountPoint FsModel.getMountPoint()
          Returns the mount point of this file system model.
 FsMountPoint FsDefaultModel.getMountPoint()
           
 FsMountPoint FsDecoratingModel.getMountPoint()
           
 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)
           
 

Constructors in de.schlichtherle.truezip.fs with parameters of type FsMountPoint
FsDefaultManager.ScheduledModel(FsMountPoint mountPoint, FsController<?> parent, FsCompositeDriver driver)
           
FsDefaultModel(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.
FsPath(FsMountPoint mountPoint, FsEntryName entryName)
          Constructs a new path by synthesizing its URI from the given nullable mount point and entry name.
 


TrueZIP Kernel 7.0-rc2

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