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
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate SVNInfoCommand.SVNInfoItemTypeprivate booleanprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collectionprivate voidfindPrintWhat(String keyword) voidhandleInfo(SVNInfo info) Handles item's information using an SVNInfo object.private StringBufferprintConflictVersionXML(SVNConflictVersion version, String name, StringBuffer target) protected voidprivate voidprintInfoItem(SVNInfo info) private voidprintInfoItemRevision(SVNRevision revision, String targetPath) private voidprintInfoItemString(String text, String targetPath) protected voidprintInfoXML(SVNInfo info) private StringrelativeUrl(SVNInfo info) voidrun()private intsimilarityCheck(String key, List<String> tokens) private intstringDiff(String s1, String s2) Methods inherited from class org.tmatesoft.svn.cli.svn.SVNXMLCommand
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashMethods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitterMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
Field Details
-
myIsMultipleTargets
private boolean myIsMultipleTargets -
myIsStartNewLine
private boolean myIsStartNewLine -
myPrintWhat
-
myTargetIsPath
private boolean myTargetIsPath -
SIM_RANGE_MAX
private static final int SIM_RANGE_MAX- See Also:
-
-
Constructor Details
-
SVNInfoCommand
public SVNInfoCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleInfo
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
-
printInfoItem
- Throws:
SVNException
-
relativeUrl
-
printInfoItemString
-
printInfoItemRevision
-
printInfoXML
-
printConflictVersionXML
private StringBuffer printConflictVersionXML(SVNConflictVersion version, String name, StringBuffer target) -
findPrintWhat
- Throws:
SVNException
-
similarityCheck
-
stringDiff
-