OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ai.heavy.jdbc.Property_loader Class Reference
+ Inheritance diagram for ai.heavy.jdbc.Property_loader:
+ Collaboration diagram for ai.heavy.jdbc.Property_loader:

Public Member Functions

 Property_loader (String property_file_name)
 

Detailed Description

Definition at line 9 of file Property_loader.java.

Constructor & Destructor Documentation

ai.heavy.jdbc.Property_loader.Property_loader ( String  property_file_name)
inline

Definition at line 10 of file Property_loader.java.

10  {
11  try {
12  ClassLoader cl = getClass().getClassLoader();
13  InputStream is = cl.getResourceAsStream(property_file_name);
14  super.load(is);
15  } catch (IOException io) {
16  throw new RuntimeException(io.toString());
17  }
18  }

The documentation for this class was generated from the following file: