- set(File, String, String, Object, boolean) - Method in class com.google.common.jimfs.AttributeProvider
-
Sets the value of the given attribute in the given file object.
- setAttribute(String, String, Object) - Method in class com.google.common.jimfs.File
-
Sets the given attribute in the given view to the given value.
- setAttribute(Path, String, Object, LinkOption...) - Method in class com.google.common.jimfs.SystemJimfsFileSystemProvider
-
- setAttributeViews(String, String...) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the attribute views the file system should support.
- setBlockSize(int) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the block size (in bytes) for the file system to use.
- setDefaultAttributeValue(String, Object) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the default value to use for the given file attribute when creating new files.
- setMaxCacheSize(long) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the maximum amount of unused space (in bytes) in the file system's in-memory file
storage that should be cached for reuse.
- setMaxSize(long) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the maximum size (in bytes) for the file system's in-memory file storage.
- setNameCanonicalNormalization(PathNormalization, PathNormalization...) - Method in class com.google.common.jimfs.Configuration.Builder
-
Returns the normalizations that will be applied to the canonical form of filenames in the
file system.
- setNameDisplayNormalization(PathNormalization, PathNormalization...) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the normalizations that will be applied to the display form of filenames.
- setPathEqualityUsesCanonicalForm(boolean) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets whether Path
objects in the file system use the canonical form (true) or the
display form (false) of filenames for determining equality of two paths.
- setRoots(String, String...) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the roots for the file system.
- setSupportedFeatures(Feature...) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the given features to be supported by the file system.
- setWatchServiceConfiguration(WatchServiceConfiguration) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the configuration that
WatchService
instances created by the file system
should use.
- setWorkingDirectory(String) - Method in class com.google.common.jimfs.Configuration.Builder
-
Sets the path to the working directory for the file system.
- size() - Method in class com.google.common.jimfs.File
-
Returns the size, in bytes, of this file's content.
- splitter() - Method in class com.google.common.jimfs.PathType
-
Returns the path splitter for this path type.
- supports(String) - Method in class com.google.common.jimfs.AttributeProvider
-
Returns whether or not this provider supports the given attribute directly.
- SystemJimfsFileSystemProvider - Class in com.google.common.jimfs
-
- SystemJimfsFileSystemProvider() - Constructor for class com.google.common.jimfs.SystemJimfsFileSystemProvider
-