Uses of Class
org.uberfire.java.nio.fs.jgit.util.model.PathType
-
Packages that use PathType Package Description org.uberfire.java.nio.fs.jgit.util.model -
-
Uses of PathType in org.uberfire.java.nio.fs.jgit.util.model
Methods in org.uberfire.java.nio.fs.jgit.util.model that return PathType Modifier and Type Method Description PathTypePathInfo. getPathType()static PathTypePathType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathType[]PathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.java.nio.fs.jgit.util.model with parameters of type PathType Constructor Description PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, PathType pathType)PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, PathType pathType, long size)
-