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 Stringget(String name)static Stringget(String name, String def)static booleangetBoolean(String name, boolean def)static floatgetFloat(String name, float def)static intgetInteger(String name, int def)
-