|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigValidator
The interface for validators of configuration.
Extends : Configuration
Factory : ConfigFactory
| Method Summary | |
|---|---|
Configuration |
getConfig()
|
List<Object> |
getUnfoundPropertiesAfterValidation()
will do the validation of the current config ( if not done yet ) and return the properties that were not found. |
void |
invalidateCache()
This method will invalidate the current config. |
boolean |
isValid()
|
| Methods inherited from interface be.ehealth.technicalconnector.config.Configuration |
|---|
containsKey, getBooleanProperty, getCurrentConfig, getDurationProperty, getIntegerProperty, getLongProperty, getMatchingProperties, getProperty, getProperty, getURLProperty, hasDurationProperty, hasMatchingProperty, hasProperty, invalidate, isReloading, reload, setConfigLocation, setProperty |
| Method Detail |
|---|
Configuration getConfig()
throws TechnicalConnectorException
TechnicalConnectorException
boolean isValid()
throws TechnicalConnectorException
TechnicalConnectorException
List<Object> getUnfoundPropertiesAfterValidation()
throws TechnicalConnectorException
TechnicalConnectorException - if exception occurs while initializeing config.void invalidateCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||