Package org.tmatesoft.svn.cli.svnlook
Class SVNLookCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svnlook.SVNLookCommand
-
- Direct Known Subclasses:
SVNLookAuthorCommand
,SVNLookCatCommand
,SVNLookChangedCommand
,SVNLookDateCommand
,SVNLookDiffCommand
,SVNLookDirsChangedCommand
,SVNLookFileSizeCommand
,SVNLookHelpCommand
,SVNLookHistoryCommand
,SVNLookInfoCommand
,SVNLookLockCommand
,SVNLookLogCommand
,SVNLookPropGetCommand
,SVNLookPropListCommand
,SVNLookTreeCommand
,SVNLookUUIDCommand
,SVNLookYoungestCommand
public abstract class SVNLookCommand extends AbstractSVNCommand
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNLookCommand(java.lang.String name, java.lang.String[] aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FSRoot
getFSRoot()
java.util.Collection
getGlobalOptions()
protected SVNProperties
getProperties()
protected java.lang.String
getResourceBundleName()
protected SVNRevision
getRevisionObject()
protected SVNLookCommandEnvironment
getSVNLookEnvironment()
-
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
-
getGlobalOptions
public java.util.Collection getGlobalOptions()
- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-
getSVNLookEnvironment
protected SVNLookCommandEnvironment getSVNLookEnvironment()
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
getFSRoot
protected FSRoot getFSRoot() throws SVNException
- Throws:
SVNException
-
getProperties
protected SVNProperties getProperties() throws SVNException
- Throws:
SVNException
-
getRevisionObject
protected SVNRevision getRevisionObject()
-
-