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
public class SVNLookTreeCommand extends SVNLookCommand implements ISVNTreeHandler
- Version:
- 1.3
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SVNLookTreeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
void
handlePath(SVNAdminPath adminPath)
Handles path information.void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svnlook.SVNLookCommand
getFSRoot, getGlobalOptions, getProperties, getResourceBundleName, getRevisionObject, getSVNLookEnvironment
-
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
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handlePath
public void handlePath(SVNAdminPath adminPath) throws SVNException
Description copied from interface:ISVNTreeHandler
Handles path information.- Specified by:
handlePath
in interfaceISVNTreeHandler
- Parameters:
adminPath
- repository path information- Throws:
SVNException
-
-