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
-
-
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 FSRootgetFSRoot()java.util.CollectiongetGlobalOptions()protected SVNPropertiesgetProperties()protected java.lang.StringgetResourceBundleName()protected SVNRevisiongetRevisionObject()protected SVNLookCommandEnvironmentgetSVNLookEnvironment()-
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:
getGlobalOptionsin classAbstractSVNCommand
-
getSVNLookEnvironment
protected SVNLookCommandEnvironment getSVNLookEnvironment()
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleNamein classAbstractSVNCommand
-
getFSRoot
protected FSRoot getFSRoot() throws SVNException
- Throws:
SVNException
-
getProperties
protected SVNProperties getProperties() throws SVNException
- Throws:
SVNException
-
getRevisionObject
protected SVNRevision getRevisionObject()
-
-