public final class EnvReport
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
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()