Package ubic.basecode.util
Class Configuration
- java.lang.Object
-
- ubic.basecode.util.Configuration
-
public class Configuration extends Object
Configuration of ontology services and other things.- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getBoolean(String key)
static String
getString(String key)
static void
setString(String key, Object value)
-