Uses of Interface
com.github.marschall.memoryfilesystem.StringTransformer
Packages that use StringTransformer
-
Uses of StringTransformer in com.github.marschall.memoryfilesystem
Fields in com.github.marschall.memoryfilesystem declared as StringTransformerModifier and TypeFieldDescriptionstatic final StringTransformerStringTransformers.IDENTIYKeeps a string as is.static final StringTransformerStringTransformers.NFCNormalizes a string using NFCstatic final StringTransformerStringTransformers.NFDNormalizes a string using NFDMethods in com.github.marschall.memoryfilesystem that return StringTransformerModifier and TypeMethodDescriptionStringTransformers.caseInsensitive()Creates a case insensitive transformer for the current locale.static StringTransformerStringTransformers.caseInsensitive(Locale locale) Creates a case insensitive transformer for the given locale.static StringTransformerStringTransformers.caseInsensitiveMacOSJvm(Locale locale) Creates a case insensitive transformer for macOS as presented by the JVM (NFC) for the given locale.static StringTransformerStringTransformers.caseInsensitiveMacOSNative(Locale locale) Creates a case insensitive transformer for native macOS (NFD) for the given locale.Methods in com.github.marschall.memoryfilesystem with parameters of type StringTransformerModifier and TypeMethodDescriptionMemoryFileSystemBuilder.setLookUpTransformer(StringTransformer lookUpTransformer) Sets the transformer that controls how a file name is looked up.MemoryFileSystemBuilder.setStoreTransformer(StringTransformer storeTransformer) Sets the transformer that controls how a file name is stored.