Skip to contentPackage: ModuleConstants
ModuleConstants
Coverage
      1: /**
2:  * 
3:  */
4: package libraries;
5: 
6: /**
7:  * @author hendrik
8:  * 
9:  */
10: public final class ModuleConstants {
11: 
12:         /**
13:          * Standard-Konstruktor.
14:          */
15:         private ModuleConstants() {
16:         }
17: 
18:         /**
19:          * PAth lib.
20:          */
21:         public static final String SEARCHPATH_LIB = "/lib/";
22:         /**
23:          * Path to usr/lib.
24:          */
25:         public static final String SEARCHPATH_USRLIB = "/usr/lib/";
26: }