Uses of Class
com.google.common.jimfs.PathType
-
-
Uses of PathType in com.google.common.jimfs
Subclasses of PathType in com.google.common.jimfs Modifier and Type Class Description (package private) class
UnixPathType
Unix-style path type.(package private) class
WindowsPathType
Windows-style path type.Fields in com.google.common.jimfs declared as PathType Modifier and Type Field Description (package private) static PathType
UnixPathType. INSTANCE
Unix path type.private PathType
Configuration.Builder. pathType
(package private) PathType
Configuration. pathType
private PathType
PathService. type
Methods in com.google.common.jimfs that return PathType Modifier and Type Method Description static PathType
PathType. unix()
Returns a Unix-style path type.static PathType
PathType. windows()
Returns a Windows-style path type.Methods in com.google.common.jimfs with parameters of type PathType Modifier and Type Method Description static Configuration.Builder
Configuration. builder(PathType pathType)
Creates a new mutableConfiguration
builder using the given path type.Constructors in com.google.common.jimfs 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)
-