Package | Description |
---|---|
net.java.truevfs.comp.tardriver |
The archive driver family for TAR files.
|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Class and Description |
---|---|
class |
TarDriverEntry
An entry in a TAR archive which implements the
FsArchiveEntry
interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractZipDriverEntry
ZIP archive entries apply the date/time conversion rules as defined by
DateTimeConverter.ZIP . |
class |
JarDriverEntry
JAR driver entries apply the date/time conversion rules as defined by
DateTimeConverter.JAR . |
class |
ZipDriverEntry
ZIP driver entries apply the date/time conversion rules as defined by
DateTimeConverter.ZIP . |
Modifier and Type | Class and Description |
---|---|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
class |
FsCovariantNode<E extends FsArchiveEntry>
A covariant file system node maintains a map of
archive entries and uses its
key property to determine the archive entry in the map to
which it forwards calls to FsCovariantNode.getEntry() , Entry.getSize(Size) ,
Entry.getTime(Access) et al. |
Modifier and Type | Method and Description |
---|---|
static String |
FsArchiveEntries.toString(FsArchiveEntry e)
Returns a string representation of this object for debugging and logging
purposes.
|
Modifier and Type | Method and Description |
---|---|
FsController |
FsDecoratingManager.newController(FsArchiveDriver<? extends FsArchiveEntry> context,
FsModel model,
FsController parent) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.