java.lang.Object | |
↳ | com.atlassian.validation.HexColourValidator |
Validate a string matches what we expect for a hex representation of a colour eg. "#33445A"
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validate the given string to see if it passes and if not, why not.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||
From interface
com.atlassian.validation.Validator
|
Validate the given string to see if it passes and if not, why not.
value | all validation input is a String. |
---|