Class ConfigHelper
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.ConfigHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
getSystemPropertyAsBoolean
(String name, boolean defaultValue) static int
getSystemPropertyAsInt
(String name, int defaultValue) static String
getSystemPropertyAsString
(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
-
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
-