ct.kiwi.0.24.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kiwi Show documentation
Show all versions of kiwi Show documentation
Kiwi is a utility library. We really like Google's Guava, and also use Apache Commons.
But if they don't have something we need, and we think it is useful, this is where we put it.
org.kiwiproject.validation.DirectoryPath.message=is not a valid directory path (and may not be readable or writable)
org.kiwiproject.validation.FieldRange.afterExclusive.message=must occur before ${endFieldLabel.length() > 0 ? endFieldLabel : endField}
org.kiwiproject.validation.FieldRange.afterInclusive.message=must occur before or match ${endFieldLabel.length() > 0 ? endFieldLabel : endField}
org.kiwiproject.validation.FieldRange.between.message=must be between ${minLabel.length() > 0 ? minLabel : min} and ${maxLabel.length() > 0 ? maxLabel : max}
org.kiwiproject.validation.FieldRange.maxOnly.message=must be below or equal to ${maxLabel.length() > 0 ? maxLabel : max}
org.kiwiproject.validation.FieldRange.minOnly.message=must be equal to or above ${minLabel.length() > 0 ? minLabel : min}
org.kiwiproject.validation.FilePath.message=is not a valid file path
org.kiwiproject.validation.InEnum.message=is not in the list
org.kiwiproject.validation.IntValue.message=must be convertible to an integer
org.kiwiproject.validation.Ipv4Address.message=is not a valid IPv4 address
org.kiwiproject.validation.Ipv4AndPort.message=is not a valid ipv4:port, e.g. 192.168.1.150:8888
org.kiwiproject.validation.LongValue.message=must be convertible to a long
org.kiwiproject.validation.Required.message=is required
org.kiwiproject.validation.Range.between.message=must be between ${minLabel.length() > 0 ? minLabel : min} and ${maxLabel.length() > 0 ? maxLabel : max}
org.kiwiproject.validation.Range.greaterThanOrEq.message=must be greater than or equal to ${minLabel.length() > 0 ? minLabel : min}
org.kiwiproject.validation.Range.lessThanOrEq.message=must be less than or equal to ${maxLabel.length() > 0 ? maxLabel : max}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy