Constant Field Values

Contents

com.xebialabs.*

  • com.xebialabs.deployit.plugin.was.validator.Enumeration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value \'%s\' is not one of the allowed values (%s)"
  • com.xebialabs.deployit.plugin.was.validator.EnumValue
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value \'%s\' is not one of the allowed values."
  • com.xebialabs.deployit.plugin.was.validator.LongRange
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value %s is not a valid number"
    public static final String
    "9223372036854775807"
    public static final String
    "-9223372036854775808"
    public static final String
    "Invalid minimum or maximum value minimum is %s, maximum is %s"
    public static final String
    "Value %s is not in range [%s, %s]"
  • com.xebialabs.deployit.plugin.was.validator.SingletonCollection
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The collection property can not contain more than 1 item, found: %s"