TrueZIP Kernel 7.0-rc1

Uses of Package
de.schlichtherle.truezip.fs

Packages that use de.schlichtherle.truezip.fs
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.fs.sl Provides singletons to locate file system driver service providers and a file system manager service provider. 
de.schlichtherle.truezip.fs.spi Provides an abstract class for locatable file system driver service providers and a locatable file system manager service provider. 
 

Classes in de.schlichtherle.truezip.fs used by de.schlichtherle.truezip.fs
FsCachingController.Cache
          A cache for an individual file system entry.
FsCompositeDriver
          Queries the scheme of the given mount point in order to lookup the appropriate file system driver which is then used to create the requested thread-safe file system controller.
FsConcurrentModel
          Supports multiple concurrent reader threads.
FsController
          An abstract class which provides read/write access to a file system.
FsDecoratingController
          An abstract decorator for a file system controller.
FsDecoratingEntry
          An abstract decorator for an entry.
FsDecoratingManager
          An abstract decorator for a file system manager.
FsDefaultManager.Scheduler
           
FsDriver
          An abstract factory for thread-safe file system controllers.
FsDriverService
          A service for a map of file system schemes and drivers.
FsEntry
          An abstract file system entry is an entry which can list directory members.
FsEntryName
          Addresses an entry in a file system relative to its mount point.
FsEvent
          A file system event.
FsException
          An abstract exception which indicates an exceptional condition in a file system.
FsFailSafeManager.Shutdown
          A shutdown hook thread.
FsFederatingController
          Implements a chain of responsibility in order to resolve FsFalsePositiveExceptions thrown by the prospective file system provided to its constructor.
FsInputOption
          Defines the potential options for data input operations.
FsManager
          An abstract container which manages the life cycle of controllers for federated file systems.
FsManager.Visitor
          A visitor for file system controllers.
FsModel
          Defines the common properties of a file system.
FsMountPoint
          Addresses the mount point of a file system.
FsNotWriteLockedException
          Indicates that a controller is not write locked and the lock cannot get acquired by the current thread for some reason.
FsOutputOption
          Defines the potential options for data output operations.
FsPath
          Addresses an entry in a file system.
FsScheme
          Represents a URI scheme according to the syntax constraints defined in RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.
FsStatistics
          Provides statistics for the federated file systems managed by a single file system manager.
FsStatisticsManager
          Provides statistics for the federated file systems managed by the decorated file system manager.
FsSyncException
          Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncOption
          Defines the available options for the synchronization of federated file systems via the methods FsController.sync(de.schlichtherle.truezip.util.BitField) and FsManager.sync(de.schlichtherle.truezip.util.BitField).
FsTouchedListener
          Used to notify implementations that a file system model has changed its property touched.
FsUriModifier
          Modifies a URI when parsing an FsPath, an FsMountPoint or an FsEntryName.
FsUriModifier.PostFix
          Post-fixes a URI when it gets canonicalized.
 

Classes in de.schlichtherle.truezip.fs used by de.schlichtherle.truezip.fs.archive
FsConcurrentModel
          Supports multiple concurrent reader threads.
FsController
          An abstract class which provides read/write access to a file system.
FsDecoratingEntry
          An abstract decorator for an entry.
FsDriver
          An abstract factory for thread-safe file system controllers.
FsEntry
          An abstract file system entry is an entry which can list directory members.
FsEntryName
          Addresses an entry in a file system relative to its mount point.
FsException
          An abstract exception which indicates an exceptional condition in a file system.
FsFalsePositiveException
          Indicates that a file system is a false positive file system.
FsInputOption
          Defines the potential options for data input operations.
FsModel
          Defines the common properties of a file system.
FsMountPoint
          Addresses the mount point of a file system.
FsOutputOption
          Defines the potential options for data output operations.
FsSyncException
          Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncOption
          Defines the available options for the synchronization of federated file systems via the methods FsController.sync(de.schlichtherle.truezip.util.BitField) and FsManager.sync(de.schlichtherle.truezip.util.BitField).
 

Classes in de.schlichtherle.truezip.fs used by de.schlichtherle.truezip.fs.sl
FsDriver
          An abstract factory for thread-safe file system controllers.
FsDriverService
          A service for a map of file system schemes and drivers.
FsManager
          An abstract container which manages the life cycle of controllers for federated file systems.
FsManagerService
          A service for a file system manager.
FsScheme
          Represents a URI scheme according to the syntax constraints defined in RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.
 

Classes in de.schlichtherle.truezip.fs used by de.schlichtherle.truezip.fs.spi
FsDriver
          An abstract factory for thread-safe file system controllers.
FsDriverService
          A service for a map of file system schemes and drivers.
FsManagerService
          A service for a file system manager.
FsScheme
          Represents a URI scheme according to the syntax constraints defined in RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.
 


TrueZIP Kernel 7.0-rc1

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