|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 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 |
---|
public static void main(java.lang.String[] args)
public static java.lang.String getEnvReport()
public static java.lang.String fmtPropertiesForScreen(java.util.Properties props, java.lang.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 java.util.Properties getSvnVersionInfo()
public static java.util.Properties getStatSVNInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |