Package jmri.util
Class GetJavaProperty
- java.lang.Object
-
- jmri.util.GetJavaProperty
-
public class GetJavaProperty extends java.lang.Object
Print a Java system variable from the command line.Intended to be invoked like:
java jmri.util.GetJavaProperty java.home
to print the value of a Java system property in the current JVM, for example, within a script.
-
-
Constructor Summary
Constructors Constructor Description GetJavaProperty()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Constructor Detail
-
GetJavaProperty
public GetJavaProperty()
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
-