public interface ISvnCommitParameters
To bring your commit parameters into usage, simply pass them to
a committer object, for example, to
SvnCommit
.
Modifier and Type | Interface and Description |
---|---|
static class |
ISvnCommitParameters.Action
Describes an instruction that operation should take if it meets unversioned or missing item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
onDirectoryDeletion(java.io.File directory)
Instructs whether to remove the local
directory after commit or not. |
boolean |
onFileDeletion(java.io.File file)
Instructs whether to remove the local
file after commit or not. |
ISvnCommitParameters.Action |
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 |
onMissingFile(java.io.File file) |
ISvnCommitParameters.Action onMissingFile(java.io.File file)
ISvnCommitParameters.Action onMissingDirectory(java.io.File file)
file
- a missing directoryboolean onDirectoryDeletion(java.io.File directory)
directory
after commit or not.directory
- working copy directorytrue
if directory should be deleted after commitboolean onFileDeletion(java.io.File file)
file
after commit or not.file
- working copy filetrue
if file should be deleted after commitCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.