public interface Validatable
Modifier and Type | Method and Description |
---|---|
void |
assertValid()
Assert that the component is valid
|
boolean |
isValid()
True if the component is valid.
|
boolean isValid()
void assertValid()
InvalidComponentException
- If the instance is not validCopyright © 2016 Red Hat. All Rights Reserved.