TrueZIP Kernel 7.0-rc2
A B C D E F G H I J L M N O P Q R S T U V W

F

factory - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
fail(C) - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
Adds the cause exception to the assembly and checks out and returns the result in order to enable the assembly of another exception.
fail(C) - Method in interface de.schlichtherle.truezip.util.ExceptionBuilder
Adds the cause exception to the assembly and checks out and returns the result in order to enable the assembly of another exception.
fail(C) - Method in interface de.schlichtherle.truezip.util.ExceptionHandler
Called to handle an exceptional condition which does not allow the caller to proceed its task.
file - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.HybridEntry
 
FileBusyException - Exception in de.schlichtherle.truezip.io
Indicates that a file system entry could not get read or written because the entry or its container is busy.
FileBusyException(String) - Constructor for exception de.schlichtherle.truezip.io.FileBusyException
 
FileBusyException(Exception) - Constructor for exception de.schlichtherle.truezip.io.FileBusyException
 
fileSystem - Variable in class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.MountedFileSystem
 
finalize() - Method in class de.schlichtherle.truezip.socket.ConcurrentInputShop.ConcurrentInputStream
The finalizer in this class forces this input stream to close.
finalize() - Method in class de.schlichtherle.truezip.socket.ConcurrentInputShop.ConcurrentReadOnlyFile
The finalizer in this class forces this input read only file to close.
finalize() - Method in class de.schlichtherle.truezip.socket.ConcurrentOutputShop.ConcurrentOutputStream
The finalizer in this class forces this output stream to close.
finalize() - Method in class de.schlichtherle.truezip.socket.IOCache
 
fix(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
Called from a constructor to fix the parent directories of the file system entry identified by name, ensuring that all parent directories of the file system entry exist and that they contain the respective base.
fixum - Variable in class de.schlichtherle.truezip.io.Paths.Splitter
 
flush() - Method in class de.schlichtherle.truezip.fs.FsCachingController.EntryCache
 
flush() - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
 
flush() - Method in class de.schlichtherle.truezip.io.SynchronizedOutputStream
 
flush() - Method in class de.schlichtherle.truezip.socket.ConcurrentOutputShop.ConcurrentOutputStream
 
flush() - Method in class de.schlichtherle.truezip.socket.IOCache
Writes the cached entry data to the backing store unless already done.
flush() - Method in class de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
 
fp - Variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
The virtual file pointer in the file data.
FsArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract archive controller which is the super class for any archive controller, providing all the essential services required for accessing an archive file.
FsArchiveController(FsConcurrentModel) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController
Constructs a new basic archive controller.
FsArchiveController.Input - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.Input
 
FsArchiveController.Output - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.Output
 
FsArchiveController.ProxyEntry - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveController.ProxyEntry(Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveController.ProxyEntry
 
FsArchiveDriver<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract archive driver which provides access to a federated file system which is persistet in an archive file format like ZIP, JAR, TZP, TAR, TAR.GZ, TAR.BZ2 etc.
FsArchiveDriver() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveDriver
 
FsArchiveEntry - Interface in de.schlichtherle.truezip.fs.archive
Represents an entry in an archive file.
FsArchiveFileSystem<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A read/write virtual file system for archive entries.
FsArchiveFileSystem(EntryFactory<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
FsArchiveFileSystem(EntryFactory<E>, EntryContainer<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
 
FsArchiveFileSystem.DefaultEntryTable<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveFileSystem.DefaultEntryTable(int) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.DefaultEntryTable
 
FsArchiveFileSystem.MasterEntryTable<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
Splits a given path name into its parent path name and base name.
FsArchiveFileSystem.MasterEntryTable(int) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.MasterEntryTable
 
FsArchiveFileSystem.PathLink - Class in de.schlichtherle.truezip.fs.archive
TODO: This implementation yields a potential issue: The state of the file system may be altered between the construction of an instance and the call to the FsArchiveFileSystem.PathLink.run() method, which may render the operation illegal and corrupt the file system.
FsArchiveFileSystem.PathLink(FsEntryName, Entry.Type, boolean, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.PathLink
 
FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A data class which represents a segment for use by FsArchiveFileSystem.PathLink.
FsArchiveFileSystem.SegmentLink(FsEntryName, String, FsArchiveFileSystemEntry<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.SegmentLink
Constructs a new SegmentLink.
FsArchiveFileSystem.Splitter - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveFileSystem.Splitter() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter
 
FsArchiveFileSystem.ZipOrTarEntryTable<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
 
FsArchiveFileSystem.ZipOrTarEntryTable(int) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.ZipOrTarEntryTable
 
FsArchiveFileSystemEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract archive file system entry which adapts an archive entry to a file system entry.
FsArchiveFileSystemEntry(E) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry
Constructs a new instance of Entry.
FsArchiveFileSystemEntry.DirectoryEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A directory entry.
FsArchiveFileSystemEntry.DirectoryEntry(E) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.DirectoryEntry
Decorates the given archive entry.
FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A file entry.
FsArchiveFileSystemEntry.FileEntry(E) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.FileEntry
Decorates the given archive entry.
FsArchiveFileSystemEntry.HybridEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A hybrid file entry.
FsArchiveFileSystemEntry.HybridEntry(E, FsArchiveFileSystemEntry<E>, FsArchiveFileSystemEntry<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.HybridEntry
 
FsArchiveFileSystemEntry.NamedDirectoryEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named directory entry.
FsArchiveFileSystemEntry.NamedDirectoryEntry(E, String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedDirectoryEntry
Decorates the given archive entry.
FsArchiveFileSystemEntry.NamedFileEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named file entry.
FsArchiveFileSystemEntry.NamedFileEntry(E, String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedFileEntry
Decorates the given archive entry.
FsArchiveFileSystemEntry.NamedSpecialDirectoryEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named special file entry.
FsArchiveFileSystemEntry.NamedSpecialDirectoryEntry(E, String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedSpecialDirectoryEntry
 
FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named special file entry.
FsArchiveFileSystemEntry.NamedSpecialFileEntry(E, String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedSpecialFileEntry
 
FsArchiveFileSystemEntry.SpecialDirectoryEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named special directory entry.
FsArchiveFileSystemEntry.SpecialDirectoryEntry(E) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.SpecialDirectoryEntry
 
FsArchiveFileSystemEntry.SpecialFileEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A named special file entry.
FsArchiveFileSystemEntry.SpecialFileEntry(E) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.SpecialFileEntry
 
FsArchiveFileSystemEvent<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An archive file system event.
FsArchiveFileSystemEvent(FsArchiveFileSystem<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEvent
Constructs a new archive file system event.
FsArchiveFileSystemException - Exception in de.schlichtherle.truezip.fs.archive
Thrown to indicate an exceptional condition in an FsArchiveFileSystem.
FsArchiveFileSystemException(String, String) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemException(String, IOException) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemException(String, String, IOException) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
 
FsArchiveFileSystemOperation<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
Represents an operation on a chain of one or more archive file system entries.
FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
Used to notify implementations of an event in an FsArchiveFileSystem.
FsCacheableFalsePositiveException - Exception in de.schlichtherle.truezip.fs.archive
A cacheable false positive exception.
FsCacheableFalsePositiveException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.archive.FsCacheableFalsePositiveException
 
FsCachingController - Class in de.schlichtherle.truezip.fs
A content caching file system controller implements a combined caching and buffering strategy for entry data.
FsCachingController(FsController<? extends FsConcurrentModel>, IOPool<?>) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController
Constructs a new content caching file system controller.
FsCachingController.CacheEntry - Class in de.schlichtherle.truezip.fs
A proxy entry for hiding socket connections.
FsCachingController.CacheEntry(Entry) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.CacheEntry
 
FsCachingController.EntryCache - Class in de.schlichtherle.truezip.fs
A cache for the contents of an individual file system entry.
FsCachingController.EntryCache(FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.EntryCache
 
FsCachingController.EntryCache.ProxyInputSocket - Class in de.schlichtherle.truezip.fs
An input socket proxy.
FsCachingController.EntryCache.ProxyInputSocket(InputSocket<?>) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyInputSocket
 
FsCachingController.EntryCache.ProxyOutputSocket - Class in de.schlichtherle.truezip.fs
An output socket proxy.
FsCachingController.EntryCache.ProxyOutputSocket(OutputSocket<?>) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyOutputSocket
 
FsCachingController.Input - Class in de.schlichtherle.truezip.fs
 
FsCachingController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.Input
 
FsCachingController.Output - Class in de.schlichtherle.truezip.fs
 
FsCachingController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.Output
 
FsCharsetArchiveDriver<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
An abstract base class of an archive driver which provides convenient methods for dealing with the character set supported by a particular archive type.
FsCharsetArchiveDriver(Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.FsCharsetArchiveDriver
Constructs a new character set archive driver.
FsCharsetArchiveDriver.ThreadLocalEncoder - Class in de.schlichtherle.truezip.fs.archive
 
FsCharsetArchiveDriver.ThreadLocalEncoder() - Constructor for class de.schlichtherle.truezip.fs.archive.FsCharsetArchiveDriver.ThreadLocalEncoder
 
FsCompositeDriver - Interface in de.schlichtherle.truezip.fs
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.
FsConcurrentController - Class in de.schlichtherle.truezip.fs
Supports multiple concurrent reader threads.
FsConcurrentController(FsController<? extends FsConcurrentModel>) - Constructor for class de.schlichtherle.truezip.fs.FsConcurrentController
Constructs a new concurrent file system controller.
FsConcurrentController.Input - Class in de.schlichtherle.truezip.fs
 
FsConcurrentController.Input(InputSocket<?>) - Constructor for class de.schlichtherle.truezip.fs.FsConcurrentController.Input
 
FsConcurrentController.Output - Class in de.schlichtherle.truezip.fs
 
FsConcurrentController.Output(OutputSocket<?>) - Constructor for class de.schlichtherle.truezip.fs.FsConcurrentController.Output
 
FsConcurrentModel - Class in de.schlichtherle.truezip.fs
Supports multiple concurrent reader threads.
FsConcurrentModel(FsModel) - Constructor for class de.schlichtherle.truezip.fs.FsConcurrentModel
 
FsController<M extends FsModel> - Class in de.schlichtherle.truezip.fs
An abstract class which provides read/write access to a file system.
FsController() - Constructor for class de.schlichtherle.truezip.fs.FsController
 
FsDecoratingController<M extends FsModel,C extends FsController<? extends M>> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system controller.
FsDecoratingController(C) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingController
Constructs a new decorating file system controller.
FsDecoratingEntry<E extends Entry> - Class in de.schlichtherle.truezip.fs
An abstract decorator for an entry.
FsDecoratingEntry(E) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingEntry
Constructs a new decorating file system entry.
FsDecoratingManager<M extends FsManager> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system manager.
FsDecoratingManager(M) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingManager
Constructs a new decorating file system manager.
FsDecoratingModel<M extends FsModel> - Class in de.schlichtherle.truezip.fs
An abstract decorator for a file system model.
FsDecoratingModel(M) - Constructor for class de.schlichtherle.truezip.fs.FsDecoratingModel
 
FsDefaultArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
This archive controller implements the mounting/unmounting strategy for the container archive file.
FsDefaultArchiveController(FsConcurrentModel, FsArchiveDriver<E>, FsController<?>, boolean) - Constructor for class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController
 
FsDefaultArchiveController.DummyInputService<E extends Entry> - Class in de.schlichtherle.truezip.fs.archive
A dummy input service to substitute for null.
FsDefaultArchiveController.DummyInputService() - Constructor for class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController.DummyInputService
 
FsDefaultArchiveController.Input - Class in de.schlichtherle.truezip.fs.archive
This member class makes this archive controller instance strongly reachable from any created input stream.
FsDefaultArchiveController.Input(InputShop<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController.Input
 
FsDefaultArchiveController.Output - Class in de.schlichtherle.truezip.fs.archive
This member class makes this archive controller instance strongly reachable from any created output stream.
FsDefaultArchiveController.Output(OutputShop<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController.Output
 
FsDefaultArchiveController.TouchListener - Class in de.schlichtherle.truezip.fs.archive
An archive file system listener which makes the output before it touches the file system model.
FsDefaultArchiveController.TouchListener() - Constructor for class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController.TouchListener
 
FsDefaultDriver - Class in de.schlichtherle.truezip.fs
Uses a given file system driver service to lookup the appropriate driver for the scheme of a given mount point.
FsDefaultDriver(FsDriverProvider) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultDriver
Constructs a new file system default driver which will query the given file system driver service for an appropriate file system driver for the scheme of a given mount point.
FsDefaultManager - Class in de.schlichtherle.truezip.fs
The default implementation of a file system manager.
FsDefaultManager() - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager
 
FsDefaultManager(Link.Type) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager
 
FsDefaultManager.ScheduledModel - Class in de.schlichtherle.truezip.fs
A model which schedules its controller for synchronization by "observing" its touched property.
FsDefaultManager.ScheduledModel(FsMountPoint, FsController<?>, FsCompositeDriver) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultManager.ScheduledModel
 
FsDefaultModel - Class in de.schlichtherle.truezip.fs
The default implementation of a file system model.
FsDefaultModel(FsMountPoint, FsModel) - Constructor for class de.schlichtherle.truezip.fs.FsDefaultModel
 
FsDriver - Class in de.schlichtherle.truezip.fs
An abstract factory for thread-safe file system controllers.
FsDriver() - Constructor for class de.schlichtherle.truezip.fs.FsDriver
 
FsDriverLocator - Class in de.schlichtherle.truezip.fs.sl
Locates all file system drivers found on the class path.
FsDriverLocator() - Constructor for class de.schlichtherle.truezip.fs.sl.FsDriverLocator
You cannot instantiate this class.
FsDriverProvider - Interface in de.schlichtherle.truezip.fs
A provider for an immutable map of file system schemes to drivers.
FsDriverService - Class in de.schlichtherle.truezip.fs.spi
An abstract locatable service for a map of file system schemes to file system drivers.
FsDriverService() - Constructor for class de.schlichtherle.truezip.fs.spi.FsDriverService
 
FsEntry - Class in de.schlichtherle.truezip.fs
An abstract file system entry is an entry which can list directory members.
FsEntry() - Constructor for class de.schlichtherle.truezip.fs.FsEntry
 
FsEntryName - Class in de.schlichtherle.truezip.fs
Addresses an entry in a file system relative to its mount point.
FsEntryName(String) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Equivalent to new FsEntryName(uri, FsUriModifier.NULL).
FsEntryName(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by calling new URI(uri) and parsing the resulting URI.
FsEntryName(URI) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Equivalent to new FsEntryName(uri, FsUriModifier.NULL).
FsEntryName(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by parsing the given URI.
FsEntryName(FsEntryName, FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by resolving the given member file system entry name against the given parent file system entry name.
FsEntryNameBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsEntryNameBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsEntryNameBeanInfo
 
FsEntryNotFoundException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system entry does not exist or is not accessible.
FsEntryNotFoundException(FsModel, FsEntryName, String) - Constructor for exception de.schlichtherle.truezip.fs.FsEntryNotFoundException
 
FsEntryNotFoundException(FsModel, FsEntryName, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsEntryNotFoundException
 
FsException - Exception in de.schlichtherle.truezip.fs
An abstract exception which indicates an exceptional condition in a file system.
FsException(FsModel) - Constructor for exception de.schlichtherle.truezip.fs.FsException
 
FsException(FsModel, Throwable) - Constructor for exception de.schlichtherle.truezip.fs.FsException
 
FsFailSafeManager - Class in de.schlichtherle.truezip.fs
Uses a JVM shutdown hook to call FsManager.sync(de.schlichtherle.truezip.util.BitField) on the decorated file system manager when the JVM terminates.
FsFailSafeManager(FsManager) - Constructor for class de.schlichtherle.truezip.fs.FsFailSafeManager
 
FsFailSafeManager.Shutdown - Class in de.schlichtherle.truezip.fs
A shutdown hook thread.
FsFailSafeManager.Shutdown(Runnable) - Constructor for class de.schlichtherle.truezip.fs.FsFailSafeManager.Shutdown
 
FsFailSafeManager.Sync - Class in de.schlichtherle.truezip.fs
A runnable which committs all unsynchronized changes to file systems.
FsFailSafeManager.Sync(FsManager) - Constructor for class de.schlichtherle.truezip.fs.FsFailSafeManager.Sync
 
FsFalsePositiveException - Exception in de.schlichtherle.truezip.fs
Indicates that a file system is a false positive file system.
FsFalsePositiveException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsFalsePositiveException
 
FsFederatingController - Class in de.schlichtherle.truezip.fs
Implements a chain of responsibility in order to resolve FsFalsePositiveExceptions thrown by the prospective file system provided to its constructor.
FsFederatingController(FsController<?>) - Constructor for class de.schlichtherle.truezip.fs.FsFederatingController
Constructs a new file system federating controller.
FsFederatingController.Input - Class in de.schlichtherle.truezip.fs
 
FsFederatingController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsFederatingController.Input
 
FsFederatingController.Output - Class in de.schlichtherle.truezip.fs
 
FsFederatingController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsFederatingController.Output
 
FsFileSystemArchiveController<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
This abstract archive controller controls the mount state transition.
FsFileSystemArchiveController(FsConcurrentModel) - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController
Creates a new instance of FsFileSystemArchiveController
FsFileSystemArchiveController.FalsePositiveFileSystem - Class in de.schlichtherle.truezip.fs.archive
 
FsFileSystemArchiveController.FalsePositiveFileSystem(FsFalsePositiveException) - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.FalsePositiveFileSystem
 
FsFileSystemArchiveController.MountedFileSystem - Class in de.schlichtherle.truezip.fs.archive
 
FsFileSystemArchiveController.MountedFileSystem(FsArchiveFileSystem<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.MountedFileSystem
 
FsFileSystemArchiveController.MountState<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
Represents the mount state of the archive file system.
FsFileSystemArchiveController.MountState() - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.MountState
 
FsFileSystemArchiveController.ResetFileSystem - Class in de.schlichtherle.truezip.fs.archive
 
FsFileSystemArchiveController.ResetFileSystem() - Constructor for class de.schlichtherle.truezip.fs.archive.FsFileSystemArchiveController.ResetFileSystem
 
FsFilteringManager - Class in de.schlichtherle.truezip.fs
Filters the list of federated file systems managed by the decorated file system manager so that their mount point starts with the prefix provided to the constructor.
FsFilteringManager(FsManager, FsMountPoint) - Constructor for class de.schlichtherle.truezip.fs.FsFilteringManager
Constructs a new prefix filter file system manager from the given file system manager and mount point prefix.
FsInputOption - Enum in de.schlichtherle.truezip.fs
Defines the potential options for data input operations.
FsInputOption() - Constructor for enum de.schlichtherle.truezip.fs.FsInputOption
 
FsManager - Class in de.schlichtherle.truezip.fs
An abstract container which manages the life cycle of controllers for federated file systems.
FsManager() - Constructor for class de.schlichtherle.truezip.fs.FsManager
 
FsManager.Visitor - Interface in de.schlichtherle.truezip.fs
A visitor for file system controllers.
FsManagerLocator - Class in de.schlichtherle.truezip.fs.sl
Locates a file system manager service of a class with a name which is resolved by querying a system property or searching the class path, whatever yields a result first.
FsManagerLocator() - Constructor for class de.schlichtherle.truezip.fs.sl.FsManagerLocator
You cannot instantiate this class.
FsManagerProvider - Interface in de.schlichtherle.truezip.fs
A provider for the singleton file system manager.
FsManagerService - Class in de.schlichtherle.truezip.fs.spi
An abstract locatable service for a file system manager.
FsManagerService() - Constructor for class de.schlichtherle.truezip.fs.spi.FsManagerService
 
FsModel - Class in de.schlichtherle.truezip.fs
Defines the common properties of a file system.
FsModel() - Constructor for class de.schlichtherle.truezip.fs.FsModel
 
FsMountPoint - Class in de.schlichtherle.truezip.fs
Addresses the mount point of a file system.
FsMountPoint(String) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Equivalent to new FsMountPoint(uri, FsUriModifier.NULL).
FsMountPoint(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new path by calling new URI(uri) and parsing the resulting URI.
FsMountPoint(URI) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Equivalent to new FsMountPoint(uri, FsUriModifier.NULL).
FsMountPoint(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new mount point by parsing the given URI.
FsMountPoint(FsScheme, FsPath) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new mount point by synthesizing its URI from the given scheme and path.
FsMountPointBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsMountPointBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsMountPointBeanInfo
 
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
Decorates an OutputShop in order to support a virtually unlimited number of entries which may be written concurrently while actually at most one entry is written concurrently to the output archive output.
FsMultiplexedArchiveOutputShop(OutputShop<AE>, IOPool<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop
Constructs a new FsMultiplexedArchiveOutputShop.
FsMultiplexedArchiveOutputShop.EntryOutputStream - Class in de.schlichtherle.truezip.fs.archive
This entry output stream writes directly to the output archive.
FsMultiplexedArchiveOutputShop.EntryOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop.EntryOutputStream
 
FsMultiplexedArchiveOutputShop.TempEntriesIterator - Class in de.schlichtherle.truezip.fs.archive
 
FsMultiplexedArchiveOutputShop.TempEntriesIterator() - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop.TempEntriesIterator
 
FsMultiplexedArchiveOutputShop.TempEntryOutputStream - Class in de.schlichtherle.truezip.fs.archive
This entry output stream writes the archive entry to a temporary file.
FsMultiplexedArchiveOutputShop.TempEntryOutputStream(OutputSocket<? extends AE>, IOPool.Entry<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop.TempEntryOutputStream
 
FsNotWriteLockedException - Exception in de.schlichtherle.truezip.fs
Indicates that a controller is not write locked and the lock cannot get acquired by the current thread for some reason.
FsNotWriteLockedException(FsConcurrentModel) - Constructor for exception de.schlichtherle.truezip.fs.FsNotWriteLockedException
 
FsNotWriteLockedException(FsConcurrentModel, FsNotWriteLockedException) - Constructor for exception de.schlichtherle.truezip.fs.FsNotWriteLockedException
 
FsOutputOption - Enum in de.schlichtherle.truezip.fs
Defines the potential options for data output operations.
FsOutputOption() - Constructor for enum de.schlichtherle.truezip.fs.FsOutputOption
 
FsPath - Class in de.schlichtherle.truezip.fs
Addresses an entry in a file system.
FsPath(String) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Equivalent to new FsPath(uri, FsUriModifier.NULL).
FsPath(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by calling new URI(uri) and parsing the resulting URI.
FsPath(File) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Equivalent to new FsPath(file.toURI(), FsUriModifier.CANONICALIZE).
FsPath(URI) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Equivalent to new FsPath(uri, FsUriModifier.NULL).
FsPath(URI, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by parsing the given URI.
FsPath(FsMountPoint, FsEntryName) - Constructor for class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by synthesizing its URI from the given nullable mount point and entry name.
FsPathBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsPathBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsPathBeanInfo
 
FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
A read-only virtual file system for archive entries.
FsReadOnlyArchiveFileSystem(EntryContainer<E>, EntryFactory<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystem
 
FsReadOnlyArchiveFileSystemException - Exception in de.schlichtherle.truezip.fs.archive
Thrown to indicate that an operation was trying to modify a read-only FsArchiveFileSystem.
FsReadOnlyArchiveFileSystemException() - Constructor for exception de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystemException
 
FsScheme - Class in de.schlichtherle.truezip.fs
Represents a URI scheme according to the syntax constraints defined in RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.
FsScheme(String) - Constructor for class de.schlichtherle.truezip.fs.FsScheme
Constructs a new URI scheme by parsing the given string.
FsSchemeBeanInfo - Class in de.schlichtherle.truezip.fs
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
FsSchemeBeanInfo() - Constructor for class de.schlichtherle.truezip.fs.FsSchemeBeanInfo
 
FsStatistics - Class in de.schlichtherle.truezip.fs
Provides statistics for the federated file systems managed by a single file system manager.
FsStatistics(FsStatisticsManager) - Constructor for class de.schlichtherle.truezip.fs.FsStatistics
 
FsStatistics.CountingInputStream - Class in de.schlichtherle.truezip.fs
 
FsStatistics.CountingInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.fs.FsStatistics.CountingInputStream
 
FsStatistics.CountingOutputStream - Class in de.schlichtherle.truezip.fs
 
FsStatistics.CountingOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsStatistics.CountingOutputStream
 
FsStatistics.CountingReadOnlyFile - Class in de.schlichtherle.truezip.fs
 
FsStatistics.CountingReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.FsStatistics.CountingReadOnlyFile
 
FsStatisticsController - Class in de.schlichtherle.truezip.fs
Implements statistics for its decorated file system controller.
FsStatisticsController(FsController<?>, FsStatisticsManager) - Constructor for class de.schlichtherle.truezip.fs.FsStatisticsController
Constructs a new statistics file system controller.
FsStatisticsController.Input - Class in de.schlichtherle.truezip.fs
 
FsStatisticsController.Input(FsEntryName, BitField<FsInputOption>) - Constructor for class de.schlichtherle.truezip.fs.FsStatisticsController.Input
 
FsStatisticsController.Output - Class in de.schlichtherle.truezip.fs
 
FsStatisticsController.Output(FsEntryName, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.FsStatisticsController.Output
 
FsStatisticsManager - Class in de.schlichtherle.truezip.fs
Provides statistics for the federated file systems managed by the decorated file system manager.
FsStatisticsManager(FsManager) - Constructor for class de.schlichtherle.truezip.fs.FsStatisticsManager
Constructs a new statistics file system manager.
FsSyncException - Exception in de.schlichtherle.truezip.fs
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncException(String) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncException
Deprecated. This method is only public in order to allow reflective access - do not call it directly!
FsSyncException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncException
 
FsSyncException(FsModel, IOException, int) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncException
 
FsSyncExceptionBuilder - Class in de.schlichtherle.truezip.fs
Assembles a FsSyncException from one or more IOExceptions by chaining them.
FsSyncExceptionBuilder() - Constructor for class de.schlichtherle.truezip.fs.FsSyncExceptionBuilder
 
FsSyncOption - Enum in de.schlichtherle.truezip.fs
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).
FsSyncOption() - Constructor for enum de.schlichtherle.truezip.fs.FsSyncOption
 
FsSyncWarningException - Exception in de.schlichtherle.truezip.fs
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncWarningException(FsModel, IOException) - Constructor for exception de.schlichtherle.truezip.fs.FsSyncWarningException
 
FsUriModifier - Enum in de.schlichtherle.truezip.fs
Modifies a URI when parsing an FsPath, an FsMountPoint or an FsEntryName.
FsUriModifier() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier
 
FsUriModifier.PostFix - Enum in de.schlichtherle.truezip.fs
Post-fixes a URI when it gets canonicalized.
FsUriModifier.PostFix() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier.PostFix
 

TrueZIP Kernel 7.0-rc2
A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.