Package org.tmatesoft.svn.cli.svn
Class SVNStatusPrinter
java.lang.Object
org.tmatesoft.svn.cli.svn.SVNStatusPrinter
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNStatusTypecombineStatus(SVNStatus status) private StringgetRelativePath(File path) private static chargetSwitchCharacter(SVNStatus status) voidprintStatus(String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks)
-
Field Details
-
myEnvironment
-
-
Constructor Details
-
SVNStatusPrinter
-
-
Method Details
-
printStatus
public void printStatus(String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) throws SVNException - Throws:
SVNException
-
getRelativePath
-
combineStatus
-
getSwitchCharacter
-