Class Strings
java.lang.Object
org.arquillian.cube.openshift.impl.utils.Strings
- Author:
- Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringResolvercreateStringResolver(Properties properties) static StringfirstNonBlank(String... values) static Stringstatic StringgetSystemPropertyOrEnvVar(String key, String defaultValue) static booleanisNotNullOrEmpty(String str) static booleanisNullOrEmpty(String str) static booleanstatic intparseNumber(String value) splitKeyValueList(String string) static String
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
firstNonBlank
-
notEmpty
-
parseNumber
-
toValue
-
getSystemPropertyOrEnvVar
-
getSystemPropertyOrEnvVar
-
isNullOrEmpty
-
isNotNullOrEmpty
-
splitKeyValueList
-
createStringResolver
-