- setAttribute(Path, String, Object, LinkOption...) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemProvider
-
- setCaseSensitive(boolean) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Toggles case sensitivity.
- setCollator(Collator) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the collator used for name comparisons.
- setCurrentWorkingDirectory(String) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the current working directory used for resolving relative paths.
- setLocale(Locale) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the locale to be used for case insensitivity.
- setLookUpTransformer(StringTransformer) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the transformer that controls how a file name is looked up.
- setName(String) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemFactoryBean
-
Sets the name that identifies the file system to create.
- setSeprator(String) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the the name separator.
- setStoreTransformer(StringTransformer) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the transformer that controls how a file name is stored.
- setType(String) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemFactoryBean
-
Sets what type of file system should be created.
- setUmask(Set<PosixFilePermission>) - Method in class com.github.marschall.memoryfilesystem.MemoryFileSystemBuilder
-
Sets the permissions that will be applied to new files.
- StringTransformer - Interface in com.github.marschall.memoryfilesystem
-
Functional interface for transforming a string.
- StringTransformers - Class in com.github.marschall.memoryfilesystem
-
- StringTransformers() - Constructor for class com.github.marschall.memoryfilesystem.StringTransformers
-