java.lang.Object
org.arquillian.cube.openshift.impl.utils.Strings

public class Strings extends Object
Author:
Ales Justin
  • Constructor Details

    • Strings

      public Strings()
  • Method Details

    • firstNonBlank

      public static String firstNonBlank(String... values)
    • notEmpty

      public static boolean notEmpty(String text)
    • parseNumber

      public static int parseNumber(String value)
    • toValue

      public static String toValue(String value, String defaultValue)
    • getSystemPropertyOrEnvVar

      public static String getSystemPropertyOrEnvVar(String key)
    • getSystemPropertyOrEnvVar

      public static String getSystemPropertyOrEnvVar(String key, String defaultValue)
    • isNullOrEmpty

      public static boolean isNullOrEmpty(String str)
    • isNotNullOrEmpty

      public static boolean isNotNullOrEmpty(String str)
    • splitKeyValueList

      public static Map<String,String> splitKeyValueList(String string)
    • createStringResolver

      public static StringResolver createStringResolver(Properties properties)