ISvnCommitParameters.Action |
ISvnCommitParameters.onMissingDirectory(java.io.File file) |
Returns the action a commit operation should undertake
if there's a missing directory under commit scope that is not
however scheduled for deletion.
|
ISvnCommitParameters.Action |
ISvnCommitParameters.onMissingFile(java.io.File file) |
|
static ISvnCommitParameters.Action |
ISvnCommitParameters.Action.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ISvnCommitParameters.Action[] |
ISvnCommitParameters.Action.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|