Package | Description |
---|---|
org.netbeans.libs.git |
Modifier and Type | Method and Description |
---|---|
GitObjectType |
GitException.MissingObjectException.getObjectType() |
GitObjectType |
GitTag.getTaggedObjectType() |
static GitObjectType |
GitObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitObjectType[] |
GitObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MissingObjectException(String objectName,
GitObjectType objectType) |
MissingObjectException(String objectName,
GitObjectType objectType,
Throwable ex) |