Package org.tmatesoft.svn.cli.svnlook
Class SVNLookTreeCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnlook.SVNLookCommand
org.tmatesoft.svn.cli.svnlook.SVNLookTreeCommand
- All Implemented Interfaces:
ISVNTreeHandler
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CollectionvoidhandlePath(SVNAdminPath adminPath) Handles path information.voidrun()Methods inherited from class org.tmatesoft.svn.cli.svnlook.SVNLookCommand
getFSRoot, getGlobalOptions, getProperties, getResourceBundleName, getRevisionObject, getSVNLookEnvironmentMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
Constructor Details
-
SVNLookTreeCommand
protected SVNLookTreeCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handlePath
Description copied from interface:ISVNTreeHandlerHandles path information.- Specified by:
handlePathin interfaceISVNTreeHandler- Parameters:
adminPath- repository path information- Throws:
SVNException
-