Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.pgm |
Modifier and Type | Field and Description |
---|---|
private ResetCommand.ResetType |
ResetCommand.mode |
Modifier and Type | Method and Description |
---|---|
static ResetCommand.ResetType |
ResetCommand.ResetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResetCommand.ResetType[] |
ResetCommand.ResetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResetCommand |
ResetCommand.setMode(ResetCommand.ResetType mode)
Set the reset mode
|
Modifier and Type | Method and Description |
---|---|
private static ResetCommand.ResetType |
Reset.selectMode(ResetCommand.ResetType mode,
ResetCommand.ResetType want) |
Modifier and Type | Method and Description |
---|---|
private static ResetCommand.ResetType |
Reset.selectMode(ResetCommand.ResetType mode,
ResetCommand.ResetType want) |