public interface IValidator
Modifier and Type | Method and Description |
---|---|
IStatus |
validate(Object value)
Determines if the given value is valid.
|
IStatus validate(Object value)
value
- the value to validateIStatus.isOK()
or not. Never null.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.