Package org.tmatesoft.svn.cli.svn
Class SVNLockCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNLockCommand
-
public class SVNLockCommand extends SVNCommand
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description SVNLockCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.CollectioncreateSupportedOptions()java.lang.StringgetFileAmbigousErrorMessage()protected java.lang.StringgetLockMessage()java.lang.StringgetMessageAmbigousErrorMessage()booleanisCommitter()voidrun()-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getGlobalOptions, getResourceBundleName, getSVNEnvironment
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
-
-
-
Method Detail
-
isCommitter
public boolean isCommitter()
- Overrides:
isCommitterin classSVNCommand
-
getFileAmbigousErrorMessage
public java.lang.String getFileAmbigousErrorMessage()
- Overrides:
getFileAmbigousErrorMessagein classSVNCommand
-
getMessageAmbigousErrorMessage
public java.lang.String getMessageAmbigousErrorMessage()
- Overrides:
getMessageAmbigousErrorMessagein classSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
public void run() throws SVNException- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
getLockMessage
protected java.lang.String getLockMessage() throws SVNException- Throws:
SVNException
-
-