Uses of Class
com.google.common.jimfs.PathType
-
-
Uses of PathType in com.google.common.jimfs
Methods in com.google.common.jimfs 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 com.google.common.jimfs 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.
-