Class PathInfo
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.util.model.PathInfo
-
public class PathInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, org.eclipse.jgit.lib.FileMode fileMode)PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, org.eclipse.jgit.lib.FileMode fileMode, long size)PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, PathType pathType)PathInfo(org.eclipse.jgit.lib.ObjectId objectId, String path, PathType pathType, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.lib.ObjectIdgetObjectId()StringgetPath()PathTypegetPathType()longgetSize()
-