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 java.util.Map
private SVNStatusPrinter
private int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
countConflicts
(SVNStatus status) protected java.util.Collection
void
handleStatus
(SVNStatus status) Handles WC item's status information using an SVNStatus object.private void
protected java.lang.StringBuffer
printXMLStatus
(SVNStatus status, java.lang.String path) 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myStatusPrinter
-
myStatusCache
private java.util.Map myStatusCache -
textConflicts
private int textConflicts -
propConflicts
private int propConflicts -
treeConflicts
private int treeConflicts
-
-
Constructor Details
-
SVNStatusCommand
public SVNStatusCommand()
-
-
Method Details
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handleStatus
Description copied from interface:ISVNStatusHandler
Handles WC item's status information using an SVNStatus object.- Specified by:
handleStatus
in interfaceISVNStatusHandler
- Parameters:
status
- an object that contains per item status information- Throws:
SVNException
-
countConflicts
- Throws:
SVNException
-
printXMLStatus
-
printConflictStats
private void printConflictStats()
-