|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubmoduleStatusType | |
|---|---|
| org.eclipse.jgit.submodule | |
| Uses of SubmoduleStatusType in org.eclipse.jgit.submodule |
|---|
| Methods in org.eclipse.jgit.submodule that return SubmoduleStatusType | |
|---|---|
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. |
| Constructors in org.eclipse.jgit.submodule with parameters of type SubmoduleStatusType | |
|---|---|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId)
Create submodule status |
|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId,
ObjectId headId)
Create submodule status |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||