Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit.util.model |
Modifier and Type | Method and Description |
---|---|
PathType |
PathInfo.getPathType() |
static PathType |
PathType.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.
|
Constructor and 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) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.