Class SInResource


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

      Constructors 
      Constructor Description
      SInResource()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getProperties_v1​(java.lang.String resource_file, java.lang.String key)  
      static java.lang.String getProperties_v2​(java.lang.String resource_file, java.lang.String key)  
      static java.util.List<java.lang.String> getTextFileLineByLine​(java.lang.String resource_file)  
      • Methods inherited from class java.lang.Object

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

      • SInResource

        public SInResource()
    • Method Detail

      • getTextFileLineByLine

        public static java.util.List<java.lang.String> getTextFileLineByLine​(java.lang.String resource_file)
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getProperties_v2

        public static java.lang.String getProperties_v2​(java.lang.String resource_file,
                                                        java.lang.String key)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getProperties_v1

        public static java.lang.String getProperties_v1​(java.lang.String resource_file,
                                                        java.lang.String key)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception