|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use File | |
|---|---|
| de.schlichtherle.io | Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. |
| de.schlichtherle.io.swing |
Provides random read only access to files
(as opposed to the random read/write access provided by
RandomAccessFile). |
| de.schlichtherle.io.swing.tree |
Support classes for the package de.schlichtherle.io.swing. |
| de.schlichtherle.key.passwd.swing |
The Swing GUI based implementation of the abstract base class
KeyManager. |
| Uses of File in de.schlichtherle.io |
|---|
| Fields in de.schlichtherle.io declared as File | |
|---|---|
private File |
File.enclArchive
This field should be considered final! |
private File |
File.innerArchive
This field should be considered final! |
| Methods in de.schlichtherle.io that return File | |
|---|---|
private static File[] |
File.convert(File[] files,
FileFactory factory)
|
File |
FileFactory.createFile(File blueprint)
Deprecated. |
File |
ArchiveDetector.createFile(File blueprint)
Constructs a new File instance from the given
blueprint. |
File |
AbstractArchiveDetector.createFile(File template)
|
File |
FileFactory.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
ArchiveDetector.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
AbstractArchiveDetector.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
FileFactory.createFile(File blueprint,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
ArchiveDetector.createFile(File blueprint,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
AbstractArchiveDetector.createFile(File template,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
FileFactory.createFile(File parent,
String child)
Deprecated. |
File |
ArchiveDetector.createFile(File parent,
String child)
Constructs a new File instance which uses this
ArchiveDetector to detect any archive files in its pathname. |
File |
AbstractArchiveDetector.createFile(File parent,
String child)
|
File |
FileFactory.createFile(String path)
Deprecated. |
File |
ArchiveDetector.createFile(String path)
Constructs a new File instance which uses this
ArchiveDetector to detect any archive files in its pathname. |
File |
AbstractArchiveDetector.createFile(String pathName)
|
File |
FileFactory.createFile(String parent,
String child)
Deprecated. |
File |
ArchiveDetector.createFile(String parent,
String child)
Constructs a new File instance which uses this
ArchiveDetector to detect any archive files in its pathname. |
File |
AbstractArchiveDetector.createFile(String parent,
String child)
|
File |
FileFactory.createFile(URI uri)
Deprecated. |
File |
ArchiveDetector.createFile(URI uri)
Constructs a new File instance from the given
uri. |
File |
AbstractArchiveDetector.createFile(URI uri)
|
private File[] |
File.delegateListFiles(FileFilter fileFilter,
FileFactory factory)
|
File |
File.getCanOrAbsFile()
This convenience method simply returns the canonical form of this abstract path or the normalized absolute form if resolving the prior fails. |
File |
File.getEnclArchive()
Returns the enclosing archive file in this path. |
File |
File.getInnerArchive()
Returns the innermost archive file in this path. |
File |
File.getNonArchivedParentFile()
Returns the first parent directory (starting from this file) which is not an archive file or a file located in an archive file. |
private static File |
RaesFiles.getNonArchiveFile(String path,
ArchiveDetector detector)
Creates a file object which uses the provided ArchiveDetector, but does not recognize its own pathname as an archive file. |
File |
File.getNormalizedAbsoluteFile()
Similar to getAbsoluteFile(), but removes any
"." and ".." directories
from the path wherever possible. |
File |
File.getNormalizedFile()
Removes any "." and ".." |
File |
File.getTopLevelArchive()
Returns The top level archive file in the path or null
if this path does not denote an archive. |
File[] |
File.listFiles(FileFactory factory)
Returns File objects for the members in this directory
in a newly created array. |
File[] |
File.listFiles(FileFilter fileFilter,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by fileFilter in a newly created array. |
(package private) File[] |
ArchiveEntryMetaData.listFiles(FileFilter fileFilter,
File dir,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
File[] |
File.listFiles(FilenameFilter filenameFilter,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
(package private) File[] |
ArchiveEntryMetaData.listFiles(FilenameFilter filenameFilter,
File dir,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
(package private) File[] |
ArchiveFileSystem.listFiles(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveController.listFiles(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveFileSystem.listFiles(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveController.listFiles(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
private File[] |
ArchiveController.listFiles0(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
private File[] |
ArchiveController.listFiles0(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
| Methods in de.schlichtherle.io with parameters of type File | |
|---|---|
File |
FileFactory.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
ArchiveDetector.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
AbstractArchiveDetector.createFile(File delegate,
File innerArchive)
Deprecated. This factory method is not intented for public use - do not use it! |
File |
FileFactory.createFile(File blueprint,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
ArchiveDetector.createFile(File blueprint,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
File |
AbstractArchiveDetector.createFile(File template,
File delegate,
File enclArchive)
Deprecated. This factory method is not intented for public use and is broken by design - do not use it! |
(package private) static ArchiveController |
ArchiveControllers.get(File file)
Factory method returning an ArchiveController object for the
given archive file. |
private void |
File.init(File ancestor)
Initialize this file object by scanning its path for archive files, using the given ancestor file (i.e. a direct or
indirect parent file) if any. |
private void |
File.init(File ancestor,
ArchiveDetector detector,
int skip,
String path,
StringBuffer enclEntryNameBuf,
String[] split)
|
(package private) String[] |
ArchiveEntryMetaData.list(FilenameFilter filenameFilter,
File dir)
Returns the names of the members in this directory which are accepted by filenameFilter in a newly created array. |
(package private) String[] |
ArchiveFileSystem.list(String entryName,
FilenameFilter filenameFilter,
File dir)
|
(package private) String[] |
ArchiveController.list(String entryName,
FilenameFilter filenameFilter,
File dir)
|
private String[] |
ArchiveController.list0(String entryName,
FilenameFilter filenameFilter,
File dir)
|
(package private) File[] |
ArchiveEntryMetaData.listFiles(FileFilter fileFilter,
File dir,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
(package private) File[] |
ArchiveEntryMetaData.listFiles(FilenameFilter filenameFilter,
File dir,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
(package private) File[] |
ArchiveFileSystem.listFiles(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveController.listFiles(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveFileSystem.listFiles(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
(package private) File[] |
ArchiveController.listFiles(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
private File[] |
ArchiveController.listFiles0(String entryName,
FileFilter fileFilter,
File dir,
FileFactory factory)
|
private File[] |
ArchiveController.listFiles0(String entryName,
FilenameFilter filenameFilter,
File dir,
FileFactory factory)
|
private static boolean |
File.parameters(File delegate,
File innerArchive,
ArchiveDetector detector)
This is called by some private constructors if and only if assertions are enabled to assert that their parameters are valid. |
private static boolean |
File.parameters(File template,
File delegate,
File enclArchive)
This is called by some private constructors if and only if assertions are enabled to assert that their parameters are valid. |
static void |
File.umount(File archive)
Equivalent to umount(archive, false, true, false, true). |
static void |
File.umount(File archive,
boolean closeStreams)
Equivalent to umount(archive, false, closeStreams, false, closeStreams). |
static void |
File.umount(File archive,
boolean waitInputStreams,
boolean closeInputStreams,
boolean waitOutputStreams,
boolean closeOutputStreams)
Similar to umount(waitInputStreams, closeInputStreams, waitOutputStreams, closeOutputStreams),
but will only update the given archive and all its enclosed
(nested) archives. |
static void |
File.update(File archive)
Equivalent to update(archive, false, true, false, true). |
static void |
File.update(File archive,
boolean closeStreams)
Equivalent to update(archive, false, closeStreams, false, closeStreams). |
static void |
File.update(File archive,
boolean waitInputStreams,
boolean closeInputStreams,
boolean waitOutputStreams,
boolean closeOutputStreams)
Similar to update(waitInputStreams, closeInputStreams, waitOutputStreams, closeOutputStreams),
but will only update the given archive and all its enclosed
(nested) archives. |
| Constructors in de.schlichtherle.io with parameters of type File | |
|---|---|
File(File delegate,
File innerArchive,
ArchiveDetector detector)
Deprecated. This constructor is not for public use - do not use it! |
|
File(File template,
File delegate,
File enclArchive)
Deprecated. This constructor is not intented for public use and is apparently broken - do not use it! |
|
FileReader(File file)
|
|
FileWriter(File file)
|
|
FileWriter(File file,
boolean append)
|
|
| Uses of File in de.schlichtherle.io.swing |
|---|
| Methods in de.schlichtherle.io.swing that return File | |
|---|---|
private static File |
FileView.createNonArchiveFile(File file)
|
protected File |
FileSystemView.wrap(File file)
Wraps the given file in an archive enabled file. |
| Methods in de.schlichtherle.io.swing with parameters of type File | |
|---|---|
boolean |
JFileTree.archiveCopyAllTo(File oldNode,
File node)
Forwards the call to the FileTreeModel
and scrolls the tree so that the recursively copied node
is selected and visible. |
boolean |
JFileTree.archiveCopyTo(File oldNode,
File node)
Forwards the call to the FileTreeModel
and scrolls the tree so that the copied node
is selected and visible. |
boolean |
JFileTree.copyAllTo(File oldNode,
File node)
Forwards the call to the FileTreeModel
and scrolls the tree so that the recursively copied node
is selected and visible. |
boolean |
JFileTree.copyFrom(File node,
InputStream in)
Forwards the call to the FileTreeModel
and scrolls the tree so that the copied node
is selected and visible. |
boolean |
JFileTree.copyTo(File oldNode,
File node)
Forwards the call to the FileTreeModel
and scrolls the tree so that the copied node
is selected and visible. |
private static File |
FileView.createNonArchiveFile(File file)
|
boolean |
JFileTree.deleteAll(File node)
Forwards the call to the FileTreeModel
and scrolls the tree so that the successor to the deleted node
is selected and visible. |
private static boolean |
FileView.isEntryInValidArchive(File file)
|
private static boolean |
FileView.isValidArchive(File file)
|
| Uses of File in de.schlichtherle.io.swing.tree |
|---|
| Methods in de.schlichtherle.io.swing.tree with parameters of type File | |
|---|---|
boolean |
FileTreeModel.archiveCopyAllTo(File oldNode,
File node)
Copies oldNode to node recursively, preserving
its last modification time
and updates the tree accordingly. |
boolean |
FileTreeModel.archiveCopyTo(File oldNode,
File node)
Copies oldNode to node, preserving
its last modification time
and updates the tree accordingly. |
boolean |
FileTreeModel.copyAllTo(File oldNode,
File node)
Copies oldNode to node recursively
and updates the tree accordingly. |
boolean |
FileTreeModel.copyFrom(File node,
InputStream in)
Creates node as a new file with the contents read from
in and updates the tree accordingly. |
boolean |
FileTreeModel.copyTo(File oldNode,
File node)
Copies oldNode to node
and updates the tree accordingly. |
boolean |
FileTreeModel.deleteAll(File node)
Deletes the file or (probably not empty) directory node
and updates the tree accordingly. |
| Uses of File in de.schlichtherle.key.passwd.swing |
|---|
| Fields in de.schlichtherle.key.passwd.swing declared as File | |
|---|---|
private static File |
AuthenticationPanel.BASE_DIR
|
|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||