Package org.tmatesoft.svn.cli.svn
Class SVNStatusCommand
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.SVNStatusCommand
- All Implemented Interfaces:
ISVNStatusHandler
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Mapprivate SVNStatusPrinterprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcountConflicts(SVNStatus status) protected CollectionvoidhandleStatus(SVNStatus status) Handles WC item's status information using an SVNStatus object.private voidprotected StringBufferprintXMLStatus(SVNStatus status, String path) voidrun()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
-
myStatusPrinter
-
myStatusCache
-
textConflicts
private int textConflicts -
propConflicts
private int propConflicts -
treeConflicts
private int treeConflicts
-
-
Constructor Details
-
SVNStatusCommand
public SVNStatusCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleStatus
Description copied from interface:ISVNStatusHandlerHandles WC item's status information using an SVNStatus object.- Specified by:
handleStatusin interfaceISVNStatusHandler- Parameters:
status- an object that contains per item status information- Throws:
SVNException
-
countConflicts
- Throws:
SVNException
-
printXMLStatus
-
printConflictStats
private void printConflictStats()
-