net.sf.statsvn.util
public final class EnvReport extends Object
Modifier and Type | Method and Description |
---|---|
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) |
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()