Package org.tmatesoft.svn.cli.svn
Class SVNInfoCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNXMLCommand
-
- org.tmatesoft.svn.cli.svn.SVNInfoCommand
-
- All Implemented Interfaces:
ISVNInfoHandler
public class SVNInfoCommand extends SVNXMLCommand implements ISVNInfoHandler
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNInfoCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
void
handleInfo(SVNInfo info)
Handles item's information using an SVNInfo object.protected void
printInfo(SVNInfo info)
protected void
printInfoXML(SVNInfo info)
void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNXMLCommand
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHash
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
-
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
-
handleInfo
public void handleInfo(SVNInfo info) throws SVNException
Description copied from interface:ISVNInfoHandler
Handles item's information using an SVNInfo object.- Specified by:
handleInfo
in interfaceISVNInfoHandler
- Parameters:
info
- an object that contain's item's information details- Throws:
SVNException
-
printInfo
protected void printInfo(SVNInfo info)
-
printInfoXML
protected void printInfoXML(SVNInfo info)
-
-