Package | Description |
---|---|
net.sf.statsvn.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static ProcessUtils |
ProcessUtils.call(java.lang.String sCommand) |
protected ProcessUtils |
SvnDiffUtils.callSvnDiff(java.lang.String newRevNr)
Calls svn diff on all files for given revision and revision-1.
|
protected ProcessUtils |
SvnDiffUtils.callSvnDiff(java.lang.String oldRevNr,
java.lang.String newRevNr,
java.lang.String filename)
Calls svn diff for the filename and revisions given.
|
protected ProcessUtils |
SvnPropgetUtils.getFileMimeTypes()
Get the svn:mime-types for all files, latest revision.
|
protected ProcessUtils |
SvnPropgetUtils.getFileMimeTypes(java.lang.String revision,
java.lang.String filename)
Get the svn:mime-type for a certain file (leave null for all files).
|
protected ProcessUtils |
SvnInfoUtils.getSvnInfo(boolean bRootOnly)
Invokes svn info.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SvnPropgetUtils.loadBinaryFiles(ProcessUtils pUtils)
Loads the list of binary files from the input stream equivalent to an svn
propget command.
|
protected void |
SvnDiffUtils.verifyOutput(ProcessUtils pUtils)
Verifies the process error stream.
|