net.sf.statsvn.util
Class EnvReport

java.lang.Object
  extended by net.sf.statsvn.util.EnvReport

public final class EnvReport
extends java.lang.Object

This class provides a report to standard output of relevant JRE properties and svn executable information. This output is intended to be included with bug reports to help the StatSVN team diagnose common issues with wrong SVN version, wrong JRE version, and locale settings.

 

Method Summary
static java.lang.String fmtPropertiesForScreen(java.util.Properties props, java.lang.String[] keySet)
          Format a set of key/value Properties for the screen, by right-aligning the key column.
static java.lang.String getEnvReport()
           
static java.util.Properties getStatSVNInfo()
          Get information about the current version of StatSVN.
static java.util.Properties getSvnVersionInfo()
          Get svn executable version info.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

getEnvReport

public static java.lang.String getEnvReport()

fmtPropertiesForScreen

public static java.lang.String fmtPropertiesForScreen(java.util.Properties props,
                                                      java.lang.String[] keySet)
Format a set of key/value Properties for the screen, by right-aligning the key column. Each key/value pair is printed and followed by a newline.

Parameters:
props - Property set to format for printout.
keySet - The keys of interest to use. If null, use all keys defined in props.
Returns:
Formatted text block with property keys and values, with a newline after every set.

getSvnVersionInfo

public static java.util.Properties getSvnVersionInfo()
Get svn executable version info. We cannot use the excellent "ProcessUtils" because we are not running in the context of a StatSVN invocation. We use a plain old exec().

Returns:
Property set

getStatSVNInfo

public static java.util.Properties getStatSVNInfo()
Get information about the current version of StatSVN.

Returns:
Property set