public class PrintSystemProp
extends java.lang.Object
| Constructor and Description |
|---|
PrintSystemProp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Command line runner.
|
static void |
syntax()
Print the command line syntax.
|
public static void syntax()
public static void main(java.lang.String[] args)
Syntax:
javacom.goldencode.util.PrintSystemProp
Where: system_property_name is a mandatory text name of the system property to output. For
example "java.home" or "java.ext.dirs".
args - Command line arguments. There must be one and only one argument which is the
system property name.