Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
net.java.truevfs.access.swing |
Provides Swing GUI classes for viewing file trees and choosing entries in
archive files.
|
Modifier and Type | Field and Description |
---|---|
static TArchiveDetector |
TArchiveDetector.ALL
This instance recognizes all archive file name extensions for which an
archive driver can get located on the class path by the file system
driver map locator singleton
FsDriverMapLocator.SINGLETON . |
static TArchiveDetector |
TArchiveDetector.NULL
This instance never recognizes any archive files in a path.
|
Modifier and Type | Method and Description |
---|---|
TArchiveDetector |
TRex.getArchiveDetector()
Returns the
TArchiveDetector which was used to detect any
archive files in the path name of this object at construction time. |
TArchiveDetector |
TPath.getArchiveDetector() |
TArchiveDetector |
TConfig.getArchiveDetector()
Returns the
TArchiveDetector to use for scanning path names for
prospective archive files. |
TArchiveDetector |
TFile.getArchiveDetector() |
Modifier and Type | Method and Description |
---|---|
static void |
TFile.cp_r(File src,
File dst,
TArchiveDetector detector)
Equivalent to
cp_r(this, dst, detector, detector) . |
static void |
TFile.cp_r(File src,
File dst,
TArchiveDetector srcDetector,
TArchiveDetector dstDetector)
Recursively copies the file or directory
src
to the file or directory dst . |
static void |
TFile.cp_rp(File src,
File dst,
TArchiveDetector detector)
Equivalent to
cp_rp(this, dst, detector, detector) . |
static void |
TFile.cp_rp(File src,
File dst,
TArchiveDetector srcDetector,
TArchiveDetector dstDetector)
Recursively copies the file or directory
src to the file or
directory dst and attempts to copy all attributes of each
source file to the destination file, too. |
static void |
TFile.mv(File src,
File dst,
TArchiveDetector detector)
Moves the given source file or directory to the given destination file
or directory.
|
void |
TConfig.setArchiveDetector(TArchiveDetector detector)
Sets the default
TArchiveDetector to use for scanning path
names for prospective archive files. |
Constructor and Description |
---|
TFile(File parent,
String child,
TArchiveDetector detector)
Constructs a new
TFile instance which uses the given archive
detector to scan its path name for prospective archive files. |
TFile(File file,
TArchiveDetector detector)
Constructs a new
TFile instance which uses the given archive
detector to scan its path name for prospective archive files. |
TFile(FsNodePath path,
TArchiveDetector detector)
Constructs a new
TFile instance for the given path and
detector . |
TFile(String parent,
String child,
TArchiveDetector detector)
Constructs a new
TFile instance which uses the given archive
detector to scan its path name for prospective archive files. |
TFile(String path,
TArchiveDetector detector)
Constructs a new
TFile instance which uses the given archive
detector to scan its path name for prospective archive files. |
TFile(URI uri,
TArchiveDetector detector)
Constructs a new
TFile instance for the given uri and
detector . |
Modifier and Type | Method and Description |
---|---|
TArchiveDetector |
TFileSystemView.getDetector()
Returns the nullable archive detector to use.
|
Modifier and Type | Method and Description |
---|---|
void |
TFileSystemView.setDetector(TArchiveDetector detector)
Sets the archive detector to use.
|
Constructor and Description |
---|
TFileSystemView(FileSystemView fileSystemView,
TArchiveDetector detector) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.