Class ConfigHelper
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.ConfigHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetSystemPropertyAsBoolean(String name, boolean defaultValue) static intgetSystemPropertyAsInt(String name, int defaultValue) static longgetSystemPropertyAsLong(String name, long defaultValue) static StringgetSystemPropertyAsString(String name, String defaultValue) getSystemPropertyAsStringList(String name, String defaultValue, char separator) white space at the start/end of the string or at the start/end of the parts delimited by separator are trimmed
-
Constructor Details
-
ConfigHelper
public ConfigHelper()
-
-
Method Details
-
getSystemPropertyAsInt
-
getSystemPropertyAsLong
-
getSystemPropertyAsString
-
getSystemPropertyAsBoolean
-
getSystemPropertyAsStringList
public static List<String> getSystemPropertyAsStringList(String name, String defaultValue, char separator) white space at the start/end of the string or at the start/end of the parts delimited by separator are trimmed
-