TrueVFS Access 0.9.2
A C D E F G H I L M N O P R S T U V W 

C

cancelEditing() - Method in class net.java.truevfs.access.swing.TFileTree
 
canExecute() - Method in class net.java.truevfs.access.TFile
 
canRead() - Method in class net.java.truevfs.access.TFile
 
canWrite() - Method in class net.java.truevfs.access.TFile
 
cat(InputStream, OutputStream) - Static method in class net.java.truevfs.access.TFile
Copies the data from the given input stream to the given output stream without closing them.
checkAccess(Path, AccessMode...) - Method in class net.java.truevfs.access.TFileSystemProvider
 
close() - Method in class net.java.truevfs.access.TConfig
Pops this configuration off the inheritable thread local configuration stack.
close() - Method in class net.java.truevfs.access.TFileSystem
Commits all pending changes for this (federated) file system and all its federated child file systems to their respective parent file system, closes their associated target (archive) file in order to allow access by third parties (e.g. other processes), cleans up any temporary allocated resources (e.g. temporary files) and purges any cached data.
compact() - Method in class net.java.truevfs.access.TFile
Compacts this archive file by removing any redundant archive entry contents and meta data, including central directories.
compare(File, File) - Method in class net.java.truevfs.access.TFileComparator
 
compareTo(File) - Method in class net.java.truevfs.access.TFile
The implementation in the class TFile delegates the call to its decorated file object.
compareTo(Path) - Method in class net.java.truevfs.access.TPath
The natural ordering imposed by this implementation is identical to the natural ordering of path's name.
contains(File) - Method in class net.java.truevfs.access.TFile
Returns true if and only if the path represented by this instance contains the path represented by the given file, where a path is said to contain another path if and only if it's equal or an ancestor of the other path.
contains(File, File) - Static method in class net.java.truevfs.access.TFile
Returns true if and only if the path represented by a contains the path represented by b, where a path is said to contain another path if and only if it's equal or an ancestor of the other path.
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class net.java.truevfs.access.swing.TFileTree
 
copy(Path, Path, CopyOption...) - Method in class net.java.truevfs.access.TFileSystemProvider
 
cp(InputStream, TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp(InputStream, TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Copies in to node and updates the tree accordingly.
cp(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Copies oldNode to node and updates the tree accordingly.
cp(InputStream, OutputStream) - Static method in class net.java.truevfs.access.TFile
Copies the data from the input stream in to the output stream out and closes both streams - even if an exception occurs.
cp(InputStream, File) - Static method in class net.java.truevfs.access.TFile
Copies the input stream in to the file dst and closes the stream - even if an exception occurs.
cp(File, OutputStream) - Static method in class net.java.truevfs.access.TFile
Copies the file src to the output stream out and closes the stream - even if an exception occurs.
cp(File) - Method in class net.java.truevfs.access.TFile
Equivalent to cp(this, dst).
cp(File, File) - Static method in class net.java.truevfs.access.TFile
Copies the file src to the file dst.
cp_p(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp_p(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Copies oldNode to node preserving its last modification time and updates the tree accordingly.
cp_p(File) - Method in class net.java.truevfs.access.TFile
Equivalent to cp_p(this, dst).
cp_p(File, File) - Static method in class net.java.truevfs.access.TFile
Copies the file src to the file dst and attempts to copy all attributes of the source file to the destination file, too.
cp_r(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
cp_r(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Copies oldNode to node recursively and updates the tree accordingly.
cp_r(File) - Method in class net.java.truevfs.access.TFile
Equivalent to cp_r(this, dst, detector, detector), where detector is TConfig.current().getArchiveDetector().
cp_r(File, File, TArchiveDetector) - Static method in class net.java.truevfs.access.TFile
cp_r(File, File, TArchiveDetector, TArchiveDetector) - Static method in class net.java.truevfs.access.TFile
Recursively copies the file or directory src to the file or directory dst.
cp_rp(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
cp_rp(TFile, TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Copies oldNode to node recursively preserving its last modification time and updates the tree accordingly.
cp_rp(File) - Method in class net.java.truevfs.access.TFile
Equivalent to cp_rp(this, dst, detector, detector), where detector is TConfig.current().getArchiveDetector().
cp_rp(File, File, TArchiveDetector) - Static method in class net.java.truevfs.access.TFile
cp_rp(File, File, TArchiveDetector, TArchiveDetector) - Static method in class net.java.truevfs.access.TFile
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.
createDirectory(Path, FileAttribute<?>...) - Method in class net.java.truevfs.access.TFileSystemProvider
 
createFileObject(File, String) - Method in class net.java.truevfs.access.swing.TDecoratingFileSystemView
 
createFileObject(String) - Method in class net.java.truevfs.access.swing.TDecoratingFileSystemView
 
createFileObject(File, String) - Method in class net.java.truevfs.access.swing.TFileSystemView
 
createFileObject(String) - Method in class net.java.truevfs.access.swing.TFileSystemView
 
createFileObject(File) - Method in class net.java.truevfs.access.swing.TFileSystemView
Wraps the given file in a TFile if its an archive file or an archive entry.
createFileSystemRoot(File) - Method in class net.java.truevfs.access.swing.TDecoratingFileSystemView
The implementation in the class TDecoratingFileSystemView determines if the delegate is an instance of this class.
createNewFile(TFile) - Method in class net.java.truevfs.access.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the newly created file is selected and visible.
createNewFile(TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
Creates node as a new file in the file system and updates the tree accordingly.
createNewFile() - Method in class net.java.truevfs.access.TFile
Creates a new, empty file similar to its superclass implementation.
createNewFolder(File) - Method in class net.java.truevfs.access.swing.TDecoratingFileSystemView
 
createNewFolder(File) - Method in class net.java.truevfs.access.swing.TFileSystemView
 
current() - Static method in class net.java.truevfs.access.TConfig
Returns the current configuration.
A C D E F G H I L M N O P R S T U V W 
TrueVFS Access 0.9.2

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