- scheme(String) - Method in class net.java.truevfs.access.TArchiveDetector
-
Detects whether the given path name identifies a prospective
archive file by matching its file name extension against the set of
file system schemes in the file system driver map.
- setAccessPreference(FsAccessOption, boolean) - Method in class net.java.truevfs.access.TConfig
-
Sets or clears the given access option in the access preferences.
- setAccessPreferences(BitField<FsAccessOption>) - Method in class net.java.truevfs.access.TConfig
-
Sets the access preferences to apply for file system operations.
- setArchiveDetector(TArchiveDetector) - Method in class net.java.truevfs.access.TConfig
-
Sets the default
TArchiveDetector to use for scanning path
names for prospective archive files.
- setAttribute(Path, String, Object, LinkOption...) - Method in class net.java.truevfs.access.TFileSystemProvider
-
- setLastModified(long) - Method in class net.java.truevfs.access.TFile
-
Sets the last modification of this file or (virtual) directory.
- setLenient(boolean) - Method in class net.java.truevfs.access.TConfig
-
Sets the value of the property lenient.
- setReadOnly() - Method in class net.java.truevfs.access.TFile
-
Like the super class implementation, but is aware of archive
files in its path.
- setup() - Method in class net.java.truevfs.access.TApplication
-
Runs the setup phase.
- startsWith(Path) - Method in class net.java.truevfs.access.TPath
-
- startsWith(String) - Method in class net.java.truevfs.access.TPath
-
- subpath(int, int) - Method in class net.java.truevfs.access.TPath
-
- supportedFileAttributeViews() - Method in class net.java.truevfs.access.TFileSystem
-
- sync() - Method in class net.java.truevfs.access.TApplication
-
Runs the sync phase.
- sync(BitField<FsSyncOption>) - 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 with
respect to the given options.
- sync(FsSyncOption...) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files to their
respective parent file system with respect to the given options.
- sync(BitField<FsSyncOption>) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files to their
respective parent file system with respect to the given options.
- sync(TFile, FsSyncOption...) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files within the
given (virtual) directory tree to their respective parent file
system with respect to the given options.
- sync(TFile, BitField<FsSyncOption>) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files within the
given (virtual) directory tree to their respective parent file
system with respect to the given options.
- sync(FsMountPoint, FsSyncOption...) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files within the
given (virtual) directory tree to their respective parent file
system with respect to the given options.
- sync(FsMountPoint, BitField<FsSyncOption>) - Static method in class net.java.truevfs.access.TVFS
-
Commits all pending changes for all (nested) archive files within the
given (virtual) directory tree to their respective parent file
system with respect to the given options.