Package | Description |
---|---|
org.eclipse.jgit.submodule |
Git submodule support.
|
Modifier and Type | Method | Description |
---|---|---|
SubmoduleStatusType |
SubmoduleStatus.getType() |
|
static SubmoduleStatusType |
SubmoduleStatusType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SubmoduleStatusType[] |
SubmoduleStatusType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId) |
Create submodule status
|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId,
ObjectId headId) |
Create submodule status
|
Copyright © 2018. All rights reserved.