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
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNLockCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
java.lang.String
getFileAmbigousErrorMessage()
protected java.lang.String
getLockMessage()
java.lang.String
getMessageAmbigousErrorMessage()
boolean
isCommitter()
void
run()
-
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:
isCommitter
in classSVNCommand
-
getFileAmbigousErrorMessage
public java.lang.String getFileAmbigousErrorMessage()
- Overrides:
getFileAmbigousErrorMessage
in classSVNCommand
-
getMessageAmbigousErrorMessage
public java.lang.String getMessageAmbigousErrorMessage()
- Overrides:
getMessageAmbigousErrorMessage
in classSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
getLockMessage
protected java.lang.String getLockMessage() throws SVNException
- Throws:
SVNException
-
-