Constant Field Values

Contents

com.xebialabs.*

  • com.xebialabs.deployit.plugin.was.validator.Enumeration 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "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 java.lang.String DEFAULT_MESSAGE "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 java.lang.String FORMAT_ERROR_MESSAGE "Value %s is not a valid number"
    public static final java.lang.String MAX_VALUE "9223372036854775807"
    public static final java.lang.String MIN_VALUE "-9223372036854775808"
    public static final java.lang.String MINMAX_ERROR_MESSAGE "Invalid minimum or maximum value minimum is %s, maximum is %s"
    public static final java.lang.String RANGE_ERROR_MESSAGE "Value %s is not in range [%s, %s]"
  • com.xebialabs.deployit.plugin.was.validator.SingletonCollection 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "The collection property can not contain more than 1 item, found: %s"