Package jmri.util

Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)