|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.util.EnvReport
public final class EnvReport
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 String |
fmtPropertiesForScreen(Properties props,
String[] keySet)
Format a set of key/value Properties for the screen, by right-aligning the key column. |
static String |
getEnvReport()
|
static Properties |
getStatSVNInfo()
Get information about the current version of StatSVN. |
static Properties |
getSvnVersionInfo()
Get svn executable version info. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
public static String getEnvReport()
public static String fmtPropertiesForScreen(Properties props, String[] keySet)
props
- Property set to format for printout.keySet
- The keys of interest to use. If null, use all keys defined in
props.
public static Properties getSvnVersionInfo()
public static Properties getStatSVNInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |