Uses of Class
io.roastedroot.zerofs.PathNormalization
-
-
Uses of PathNormalization in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs with type parameters of type PathNormalization Modifier and Type Field Description private java.util.Set<PathNormalization>PathService. canonicalNormalizationsprivate java.util.Set<PathNormalization>PathService. displayNormalizationsprivate java.util.Set<PathNormalization>Configuration.Builder. nameCanonicalNormalization(package private) java.util.Set<PathNormalization>Configuration. nameCanonicalNormalizationprivate java.util.Set<PathNormalization>Configuration.Builder. nameDisplayNormalization(package private) java.util.Set<PathNormalization>Configuration. nameDisplayNormalizationMethods in io.roastedroot.zerofs that return PathNormalization Modifier and Type Method Description static PathNormalizationPathNormalization. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathNormalization[]PathNormalization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.roastedroot.zerofs that return types with arguments of type PathNormalization Modifier and Type Method Description private java.util.Set<PathNormalization>Configuration.Builder. checkNormalizations(java.util.List<PathNormalization> normalizations)Methods in io.roastedroot.zerofs with parameters of type PathNormalization Modifier and Type Method Description private static voidConfiguration.Builder. checkNormalizationNotSet(PathNormalization n, PathNormalization set)Configuration.BuilderConfiguration.Builder. setNameCanonicalNormalization(PathNormalization first, PathNormalization... more)Returns the normalizations that will be applied to the canonical form of filenames in the file system.Configuration.BuilderConfiguration.Builder. setNameDisplayNormalization(PathNormalization first, PathNormalization... more)Sets the normalizations that will be applied to the display form of filenames.Method parameters in io.roastedroot.zerofs with type arguments of type PathNormalization Modifier and Type Method Description private java.util.Set<PathNormalization>Configuration.Builder. checkNormalizations(java.util.List<PathNormalization> normalizations)static java.util.regex.PatternPathNormalization. compilePattern(java.lang.String regex, java.lang.Iterable<PathNormalization> normalizations)Compiles a regex pattern using flags based on the given normalizations.private static java.nio.file.PathMatcherPathMatchers. fromRegex(java.lang.String regex, java.lang.Iterable<PathNormalization> normalizations)static java.nio.file.PathMatcherPathMatchers. getPathMatcher(java.lang.String syntaxAndPattern, java.lang.String separators, java.util.Set<PathNormalization> normalizations)Gets aPathMatcherfor the given syntax and pattern as specified byFileSystem.getPathMatcher(java.lang.String).static java.lang.StringPathNormalization. normalize(java.lang.String string, java.lang.Iterable<PathNormalization> normalizations)Applies the given normalizations to the given string in order, returning the normalized result.Constructor parameters in io.roastedroot.zerofs with type arguments of type PathNormalization Constructor Description PathService(PathType type, java.lang.Iterable<PathNormalization> displayNormalizations, java.lang.Iterable<PathNormalization> canonicalNormalizations, boolean equalityUsesCanonicalForm)
-