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 Modifier and Type Field Description private SVNCommandEnvironment
myEnvironment
-
Constructor Summary
Constructors Constructor Description SVNStatusPrinter(SVNCommandEnvironment env)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Field Detail
-
myEnvironment
private SVNCommandEnvironment myEnvironment
-
-
Constructor Detail
-
SVNStatusPrinter
public SVNStatusPrinter(SVNCommandEnvironment env)
-
-
Method Detail
-
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
public static SVNStatusType combineStatus(SVNStatus status)
-
getSwitchCharacter
private static char getSwitchCharacter(SVNStatus status)
-
-