Uses of Enum Class
com.google.common.jimfs.PathNormalization
-
Uses of PathNormalization in com.google.common.jimfs
Methods in com.google.common.jimfs that return PathNormalizationModifier and TypeMethodDescriptionstatic PathNormalization
Returns the enum constant of this class with the specified name.static PathNormalization[]
PathNormalization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.jimfs with parameters of type PathNormalizationModifier and TypeMethodDescriptionConfiguration.Builder.setNameCanonicalNormalization
(PathNormalization first, PathNormalization... more) Returns the normalizations that will be applied to the canonical form of filenames in the file system.Configuration.Builder.setNameDisplayNormalization
(PathNormalization first, PathNormalization... more) Sets the normalizations that will be applied to the display form of filenames.Method parameters in com.google.common.jimfs with type arguments of type PathNormalizationModifier and TypeMethodDescriptionstatic Pattern
PathNormalization.compilePattern
(String regex, Iterable<PathNormalization> normalizations) Compiles a regex pattern using flags based on the given normalizations.static String
PathNormalization.normalize
(String string, Iterable<PathNormalization> normalizations) Applies the given normalizations to the given string in order, returning the normalized result.