Package org.openrefine
Class Configurations
- java.lang.Object
-
- org.openrefine.Configurations
-
public class Configurations extends Object
Centralized configuration facility.
-
-
Constructor Summary
Constructors Constructor Description Configurations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get(String name)
static String
get(String name, String def)
static boolean
getBoolean(String name, boolean def)
static float
getFloat(String name, float def)
static int
getInteger(String name, int def)
-