Class Utils


  • public class Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getSystemProperty​(java.lang.String strProperty)  
      static boolean setSystemProperty​(java.lang.String strProperty, java.lang.String strValue)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getSystemProperty

        public static java.lang.String getSystemProperty​(java.lang.String strProperty)
      • setSystemProperty

        public static boolean setSystemProperty​(java.lang.String strProperty,
                                                java.lang.String strValue)