Package com.core.util.resource
Class SInResource
- java.lang.Object
-
- com.core.util.resource.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)
-
-
-
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
-
-