Package org.tmatesoft.svn.cli.svn
Class SVNCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNCommand
-
- Direct Known Subclasses:
SVNAddCommand
,SVNCatCommand
,SVNChangeListCommand
,SVNCheckoutCommand
,SVNCleanupCommand
,SVNCommitCommand
,SVNCopyCommand
,SVNDeleteCommand
,SVNExportCommand
,SVNHelpCommand
,SVNImportCommand
,SVNLockCommand
,SVNMergeCommand
,SVNMergeInfoCommand
,SVNMkDirCommand
,SVNMoveCommand
,SVNPatchCommand
,SVNResolveCommand
,SVNResolvedCommand
,SVNRevertCommand
,SVNSwitchCommand
,SVNUnLockCommand
,SVNUpdateCommand
,SVNUpgradeCommand
,SVNXMLCommand
public abstract class SVNCommand extends AbstractSVNCommand
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection
myGlobalOptions
-
Constructor Summary
Constructors Modifier Constructor Description protected
SVNCommand(java.lang.String name, java.lang.String[] aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptsRevisionRange()
java.lang.String
getFileAmbigousErrorMessage()
java.util.Collection
getGlobalOptions()
java.lang.String
getMessageAmbigousErrorMessage()
protected java.lang.String
getResourceBundleName()
protected SVNCommandEnvironment
getSVNEnvironment()
boolean
isCommitter()
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, createSupportedOptions, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, run, setFailed
-
-
-
-
Method Detail
-
acceptsRevisionRange
public boolean acceptsRevisionRange()
-
isCommitter
public boolean isCommitter()
-
getFileAmbigousErrorMessage
public java.lang.String getFileAmbigousErrorMessage()
-
getMessageAmbigousErrorMessage
public java.lang.String getMessageAmbigousErrorMessage()
-
getSVNEnvironment
protected SVNCommandEnvironment getSVNEnvironment()
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
getGlobalOptions
public java.util.Collection getGlobalOptions()
- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-
-