public class SVNStatusPrinter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SVNCommandEnvironment |
myEnvironment |
Constructor and Description |
---|
SVNStatusPrinter(SVNCommandEnvironment env) |
Modifier and Type | Method and 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) |
private SVNCommandEnvironment myEnvironment
public SVNStatusPrinter(SVNCommandEnvironment env)
public void printStatus(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) throws SVNException
SVNException
private java.lang.String getRelativePath(java.io.File path)
public static SVNStatusType combineStatus(SVNStatus status)
private static char getSwitchCharacter(SVNStatus status)