public abstract class UESURIValidator extends UESURIValidator
Modifier | Constructor and Description |
---|---|
protected |
UESURIValidator(java.lang.String aValue,
Creates a new instance of UESURIValidator.
|
Modifier and Type | Method and Description |
---|---|
static UESURIValidator |
checkUri(java.lang.String aValue)
Tests, whether the specified string contains valid core UESURI.
|
protected boolean |
validateUri()
TODO When this method is changed (e.g. bug fix), check super
implementation (on platform UESURIValidator) too.
|
getObjectClass, getValue, setObjectClass, setValue
getMessage, isValid, setMessage, validate
aValue
- Tested value.aObjectClass
- Expected class of UESURI contained in the tested value.aValue
- Tested string.validateUri
in class UESURIValidator
UESURIValidator.validateUri()