Uses of Class
com.google.common.jimfs.PathType
-
Uses of PathType in com.google.common.jimfs
Methods in com.google.common.jimfs that return PathTypeModifier and TypeMethodDescriptionstatic 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 PathTypeModifier and TypeMethodDescriptionstatic Configuration.Builder
Creates a new mutableConfiguration
builder using the given path type.