TrueZIP File* 7.0-rc1

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

Packages that use TArchiveDetector
de.schlichtherle.truezip.file This package 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 This package 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
 

Classes in de.schlichtherle.truezip.file that implement TArchiveDetector
 class TDefaultArchiveDetector
          An archive detector which matches file paths against a pattern of file suffixes in order to detect prospective archive files (i.e. prospective federated file systems) and look up their corresponding file system driver using a file system driver service.
 

Fields in de.schlichtherle.truezip.file declared as TArchiveDetector
private static TArchiveDetector TFile.defaultDetector
           
private  TArchiveDetector TFile.detector
           
 

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
 boolean TFile.archiveCopyAllFrom(File src, TArchiveDetector detector)
          Recursively copies the file or directory src to this file or directory and tries to preserve all attributes of the source file to the destination file, too.
 boolean TFile.archiveCopyAllFrom(File src, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Recursively copies the file or directory src to this file or directory and tries to preserve all attributes of the source file to the destination file, too.
 boolean TFile.archiveCopyAllTo(File dst, TArchiveDetector detector)
          Recursively copies this file or directory to the file or directory dst and tries to preserve all attributes of the source file to the destination file, too.
 boolean TFile.archiveCopyAllTo(File dst, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Recursively copies this file or directory to the file or directory dst and tries to preserve all attributes of the source file to the destination file, too.
private static TFile[] TFile.convert(File[] files, TArchiveDetector detector)
           
static void TIO.copyAll(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.
private static void TIO.copyAll0(boolean preserve, File src, File dst, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Unchecked parameters version.
 boolean TFile.copyAllFrom(File src, TArchiveDetector detector)
          Recursively copies the file or directory src to this file or directory.
 boolean TFile.copyAllFrom(File src, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Recursively copies the file or directory src to this file or directory.
 boolean TFile.copyAllTo(File dst, TArchiveDetector detector)
          Recursively copies this file or directory to the file or directory dst.
 boolean TFile.copyAllTo(File dst, TArchiveDetector srcDetector, TArchiveDetector dstDetector)
          Recursively copies this file or directory to the file or directory dst.
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 TIO.moveAll(File src, File dst, TArchiveDetector detector)
          Moves the source directory tree or file to the destination directory tree or file by recursively applying copy-then-delete.
private static void TIO.moveAll0(File src, File dst, TArchiveDetector detector)
          Unchecked parameters version.
private  void TFile.parse(FsPath path, TArchiveDetector detector)
           
 boolean TFile.renameTo(File dst, TArchiveDetector detector)
          Behaves similar to the super class, but renames this file or directory by recursively copying its data if this object or the dst object is either an archive file or an entry located in an archive file.
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-rc1

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