Class PropertiesReader


  • public class PropertiesReader
    extends java.lang.Object
    Created by Administrator on 2021-03-25.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertiesReader​(java.lang.String propertyFileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String propertyName)  
      • Methods inherited from class java.lang.Object

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

      • PropertiesReader

        public PropertiesReader​(java.lang.String propertyFileName)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(java.lang.String propertyName)