Uses of Class
io.roastedroot.zerofs.PathType
-
-
Uses of PathType in io.roastedroot.zerofs
Subclasses of PathType in io.roastedroot.zerofs Modifier and Type Class Description (package private) classUnixPathTypeUnix-style path type.(package private) classWindowsPathTypeWindows-style path type.Fields in io.roastedroot.zerofs declared as PathType Modifier and Type Field Description (package private) static PathTypeUnixPathType. INSTANCEUnix path type.private PathTypeConfiguration.Builder. pathType(package private) PathTypeConfiguration. pathTypeprivate PathTypePathService. typeMethods in io.roastedroot.zerofs that return PathType Modifier and Type Method Description static PathTypePathType. unix()Returns a Unix-style path type.static PathTypePathType. windows()Returns a Windows-style path type.Methods in io.roastedroot.zerofs with parameters of type PathType Modifier and Type Method Description static Configuration.BuilderConfiguration. builder(PathType pathType)Creates a new mutableConfigurationbuilder using the given path type.Constructors in io.roastedroot.zerofs with parameters of type PathType Constructor Description Builder(PathType pathType)PathService(PathType type, java.lang.Iterable<PathNormalization> displayNormalizations, java.lang.Iterable<PathNormalization> canonicalNormalizations, boolean equalityUsesCanonicalForm)
-