Uses of Class
com.google.common.jimfs.PathType
-
Uses of PathType in com.google.common.jimfs
Subclasses of PathType in com.google.common.jimfsModifier and TypeClassDescription(package private) final class
Unix-style path type.(package private) final class
Windows-style path type.Fields in com.google.common.jimfs declared as PathTypeModifier and TypeFieldDescription(package private) static final PathType
UnixPathType.INSTANCE
Unix path type.private final PathType
Configuration.Builder.pathType
(package private) final PathType
Configuration.pathType
private final PathType
PathService.type
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.Constructors in com.google.common.jimfs with parameters of type PathTypeModifierConstructorDescriptionprivate
(package private)
PathService
(PathType type, Iterable<PathNormalization> displayNormalizations, Iterable<PathNormalization> canonicalNormalizations, boolean equalityUsesCanonicalForm)