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.CollectioncreateSupportedOptions()voidhandleInfo(SVNInfo info)Handles item's information using an SVNInfo object.protected voidprintInfo(SVNInfo info)protected voidprintInfoXML(SVNInfo info)voidrun()-
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:
createSupportedOptionsin classAbstractSVNCommand
-
run
public void run() throws SVNException- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleInfo
public void handleInfo(SVNInfo info) throws SVNException
Description copied from interface:ISVNInfoHandlerHandles item's information using an SVNInfo object.- Specified by:
handleInfoin 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)
-
-