com.sssw.fw.resource.api
Interface EbiValidator
- public interface EbiValidator
A class that implements this interface will automatically be invoked
by a resourceSet during its instantiation if its associated
validate setting is set to true. Any implementations of this class that
wish to be loaded should be resident in the resourceSets namespace.
|
Method Summary |
void |
validate(com.sssw.fw.resource.EboResource resource)
Perform some type of validation on the given resource set. |
validate
public void validate(com.sssw.fw.resource.EboResource resource)
throws Exception
- Perform some type of validation on the given resource set.