- 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_SET - Static variable in class de.schlichtherle.truezip.socket.ByteArrayIOEntry
-
- FILE_TYPE_SET - Static variable in interface de.schlichtherle.truezip.entry.Entry
-
- 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.
- fix(String) - 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.
- fragment - Variable in class de.schlichtherle.truezip.util.UriBuilder
-
- fragment(String) - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Sets the URI fragment component.
- 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) - 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(FsArchiveEntry) - 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(FsArchiveDriver<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
-
- FsArchiveFileSystem(FsArchiveDriver<E>, EntryContainer<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem
-
- FsArchiveFileSystem.EntryTable<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
-
- FsArchiveFileSystem.EntryTable(int) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.EntryTable
-
- 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(String, Entry.Type, BitField<FsOutputOption>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.PathLink
-
- FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
-
- FsArchiveFileSystem.SegmentLink(String, FsCovariantEntry<E>) - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.SegmentLink
-
Constructs a new SegmentLink.
- FsArchiveFileSystem.Splitter - Class in de.schlichtherle.truezip.fs.archive
-
Splits a given path name into its parent path name and base name.
- FsArchiveFileSystem.Splitter() - Constructor for class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter
-
- 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
-
- 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 entries.
- FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> - Interface in de.schlichtherle.truezip.fs.archive
-
- 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
-
Hides backing store entries.
- 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
-
- 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.EntryCache.ProxyOutputStream - Class in de.schlichtherle.truezip.fs
-
An output stream proxy.
- FsCachingController.EntryCache.ProxyOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.fs.FsCachingController.EntryCache.ProxyOutputStream
-
- 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 mount point of the given file system model 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
-
A concurrent file system controller is a proxy for its decorated file system
controller which provides read/write lock features for multi-threaded access
by its clients.
- 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
-
- FsCovariantEntry<E extends FsArchiveEntry> - Class in de.schlichtherle.truezip.fs.archive
-
- FsCovariantEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.FsCovariantEntry
-
Constructs a new covariant file system entry with given path.
- 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<?>) - 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 provider 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
-
Provided for unit testing.
- 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.
- FsDriverLocator.Boot - Class in de.schlichtherle.truezip.fs.sl
-
A static data utility class used for lazy initialization.
- FsDriverLocator.Boot() - Constructor for class de.schlichtherle.truezip.fs.sl.FsDriverLocator.Boot
-
Make NetBeans happy.
- 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 implement multiple types
and 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
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsEntryName(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsEntryName(URI) - Constructor for class de.schlichtherle.truezip.fs.FsEntryName
-
- 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
-
- 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
-
- 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
-
- 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
-
- FsInputOptions - Class in de.schlichtherle.truezip.fs
-
- FsInputOptions() - Constructor for class de.schlichtherle.truezip.fs.FsInputOptions
-
You cannot instantiate this class.
- 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
or using a default implementation, whatever yields a result first.
- FsManagerLocator() - Constructor for class de.schlichtherle.truezip.fs.sl.FsManagerLocator
-
You cannot instantiate this class.
- FsManagerLocator.Boot - Class in de.schlichtherle.truezip.fs.sl
-
A static data utility class used for lazy initialization.
- FsManagerLocator.Boot() - Constructor for class de.schlichtherle.truezip.fs.sl.FsManagerLocator.Boot
-
Make NetBeans happy.
- 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
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsMountPoint(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsMountPoint(URI) - Constructor for class de.schlichtherle.truezip.fs.FsMountPoint
-
- 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 opaque mount point by composing its URI from the given
scheme and path.
- FsMountPointBeanInfo - Class in de.schlichtherle.truezip.fs
-
- 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
-
- FsOutputOptions - Class in de.schlichtherle.truezip.fs
-
- FsOutputOptions() - Constructor for class de.schlichtherle.truezip.fs.FsOutputOptions
-
You cannot instantiate this class.
- FsPath - Class in de.schlichtherle.truezip.fs
-
Addresses an entry in a file system.
- FsPath(String) - Constructor for class de.schlichtherle.truezip.fs.FsPath
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsPath(String, FsUriModifier) - Constructor for class de.schlichtherle.truezip.fs.FsPath
-
Deprecated.
This constructor does not quote characters with a special
meaning in a URI - use the constructor variant with the URI
parameter instead.
- FsPath(File) - Constructor for class de.schlichtherle.truezip.fs.FsPath
-
- FsPath(URI) - Constructor for class de.schlichtherle.truezip.fs.FsPath
-
- 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 composing its URI from the given nullable mount
point and entry name.
- FsPathBeanInfo - Class in de.schlichtherle.truezip.fs
-
- 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>, FsArchiveDriver<E>, Entry) - Constructor for class de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystem
-
- FsReadOnlyArchiveFileSystemException - Exception in de.schlichtherle.truezip.fs.archive
-
- FsReadOnlyArchiveFileSystemException() - Constructor for exception de.schlichtherle.truezip.fs.archive.FsReadOnlyArchiveFileSystemException
-
- FsScheme - Class in de.schlichtherle.truezip.fs
-
- 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
-
- 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
-
- FsSyncExceptionBuilder() - Constructor for class de.schlichtherle.truezip.fs.FsSyncExceptionBuilder
-
- FsSyncOption - Enum in de.schlichtherle.truezip.fs
-
- FsSyncOption() - Constructor for enum de.schlichtherle.truezip.fs.FsSyncOption
-
- FsSyncOptions - Class in de.schlichtherle.truezip.fs
-
- FsSyncOptions() - Constructor for class de.schlichtherle.truezip.fs.FsSyncOptions
-
You cannot instantiate this class.
- 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
-
- FsUriModifier() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier
-
- FsUriModifier.PostFix - Enum in de.schlichtherle.truezip.fs
-
- FsUriModifier.PostFix() - Constructor for enum de.schlichtherle.truezip.fs.FsUriModifier.PostFix
-