TrueZIP File* 7.0

Uses of Class
de.schlichtherle.truezip.file.TArchiveDetector

Packages that use TArchiveDetector
de.schlichtherle.truezip.file Provides convenient multi-threaded read/write access to archive files as if they were just plain old directories in a file system path by means of the TFile* classes and their dependent classes. 
de.schlichtherle.truezip.file.swing Provides Swing GUI classes for viewing file trees, choosing entries in archive files or path name autocompletion in combo boxes. 
 

Uses of TArchiveDetector in de.schlichtherle.truezip.file
 

Fields in de.schlichtherle.truezip.file declared as TArchiveDetector
static TArchiveDetector TArchiveDetector.ALL
          This instance recognizes all archive files which are known by the file system driver provider FsDriverLocator.SINGLETON.
private static TArchiveDetector TFile.defaultDetector
           
private  TArchiveDetector TFile.detector
           
static TArchiveDetector TArchiveDetector.NULL
          This instance never recognizes any archive files in a path.
 

Methods in de.schlichtherle.truezip.file that return TArchiveDetector
 TArchiveDetector TFile.getArchiveDetector()
          Returns the TArchiveDetector that was used to construct this object - never null.
static TArchiveDetector TFile.getDefaultArchiveDetector()
          Returns the TArchiveDetector to use if no archive detector is explicitly passed to the constructor of a TFile instance.
 

Methods in de.schlichtherle.truezip.file with parameters of type TArchiveDetector
private static TFile[] TFile.convert(File[] files, TArchiveDetector detector)
           
static void TBIO.cp_r(boolean preserve, File src, File dst, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Recursively copies the source directory tree or file to the destination directory tree or file.
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.
private static void TBIO.cp_r0(boolean preserve, File src, File dst, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
           
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 tries to preserve all attributes of each source file to the destination file, too.
private  TFile[] TFile.delegateListFiles(FileFilter filter, TArchiveDetector detector)
           
 TFile[] TFile.listFiles(FileFilter filter, TArchiveDetector detector)
          Returns TFile objects for the members in this directory which are accepted by fileFilter in a newly created array.
 TFile[] TFile.listFiles(FilenameFilter filter, TArchiveDetector detector)
          Returns TFile objects for the members in this directory which are accepted by filenameFilter in a newly created array.
 TFile[] TFile.listFiles(TArchiveDetector detector)
          Returns TFile objects for the members in this directory in a newly created array.
static void TFile.mv(File src, File dst, TArchiveDetector detector)
          Moves the given source file or directory to the given destination file or directory.
static void TBIO.mv(File src, File dst, TArchiveDetector detector)
          Moves the source file or directory tree to the destination file or directory tree by performing a recursive cp-then-delete operation.
private static void TBIO.mv0(File src, File dst, TArchiveDetector detector)
          Unchecked parameters version.
private  void TFile.parse(FsPath path, TArchiveDetector detector)
           
static void TBIO.rm_r(File node, TArchiveDetector detector)
          Recursively deletes the given file or directory tree.
private  void TFile.scan(TFile ancestor, TArchiveDetector detector, int skip, String path, StringBuilder enclEntryNameBuf, Paths.Splitter splitter)
           
static void TFile.setDefaultArchiveDetector(TArchiveDetector detector)
          Sets the TArchiveDetector to use if no archive detector is explicitly passed to the constructor of a TFile instance.
 

Constructors in de.schlichtherle.truezip.file with parameters of type TArchiveDetector
TFile(File parent, String member, TArchiveDetector detector)
          Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path and configure their parameters.
TFile(File file, TArchiveDetector detector)
          Constructs a new TFile instance which may use the given TArchiveDetector to detect any archive files in its path.
TFile(File delegate, TFile innerArchive, TArchiveDetector detector)
           
TFile(FsMountPoint mountPoint, TArchiveDetector detector)
           
TFile(FsPath path, TArchiveDetector detector)
           
TFile(String parent, String member, TArchiveDetector detector)
          Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
TFile(String path, TArchiveDetector detector)
          Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
 

Uses of TArchiveDetector in de.schlichtherle.truezip.file.swing
 

Fields in de.schlichtherle.truezip.file.swing declared as TArchiveDetector
private  TArchiveDetector TFileSystemView.archiveDetector
          Maybe null - uses default then.
 

Methods in de.schlichtherle.truezip.file.swing that return TArchiveDetector
 TArchiveDetector TFileSystemView.getArchiveDetector()
          Returns the archive detector to use.
 

Methods in de.schlichtherle.truezip.file.swing with parameters of type TArchiveDetector
 void TFileSystemView.setArchiveDetector(TArchiveDetector archiveDetector)
          Sets the archive detector to use.
 

Constructors in de.schlichtherle.truezip.file.swing with parameters of type TArchiveDetector
TFileSystemView(FileSystemView fileSystemView, TArchiveDetector archiveDetector)
           
 


TrueZIP File* 7.0

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