Uses of Class
net.sf.statsvn.util.ProcessUtils

Packages that use ProcessUtils
net.sf.statsvn.util Utility classes. 
 

Uses of ProcessUtils in net.sf.statsvn.util
 

Methods in net.sf.statsvn.util that return ProcessUtils
static ProcessUtils ProcessUtils.call(String sCommand)
           
protected  ProcessUtils SvnDiffUtils.callSvnDiff(String newRevNr)
          Calls svn diff on all files for given revision and revision-1.
protected  ProcessUtils SvnDiffUtils.callSvnDiff(String oldRevNr, String newRevNr, 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(String revision, 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.
 

Methods in net.sf.statsvn.util with parameters of type ProcessUtils
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.