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 SVNStatusType
combineStatus
(SVNStatus status) private String
getRelativePath
(File path) private static char
getSwitchCharacter
(SVNStatus status) void
printStatus
(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
-