Package org.tmatesoft.svn.cli.svn
Class SVNStatusPrinter
java.lang.Object
org.tmatesoft.svn.cli.svn.SVNStatusPrinter
public class SVNStatusPrinter
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNStatusType
combineStatus
(SVNStatus status) private java.lang.String
getRelativePath
(java.io.File path) private static char
getSwitchCharacter
(SVNStatus status) void
printStatus
(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myEnvironment
-
-
Constructor Details
-
SVNStatusPrinter
-
-
Method Details
-
printStatus
public void printStatus(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) throws SVNException - Throws:
SVNException
-
getRelativePath
private java.lang.String getRelativePath(java.io.File path) -
combineStatus
-
getSwitchCharacter
-