Definition at line 9 of file Property_loader.java.
ai.heavy.jdbc.Property_loader.Property_loader |
( |
String |
property_file_name | ) |
|
|
inline |
Definition at line 10 of file Property_loader.java.
12 ClassLoader cl = getClass().getClassLoader();
13 InputStream is = cl.getResourceAsStream(property_file_name);
15 }
catch (IOException io) {
16 throw new RuntimeException(io.toString());
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/heavyaijdbc/src/test/java/ai/heavy/jdbc/Property_loader.java