public interface CVComponentConfigCheck<T extends CVComponentConfig>
Modifier and Type | Method and Description |
---|---|
void |
check(T config,
boolean useNow)
Check the configuration "conf"
|
void check(T config, boolean useNow) throws ConfigurationException, java.lang.Exception
conf
- the configuration to be checkeduseNow
- if true, the configuration check should also include checks
related to the current state of the plugin peers or
environment ; that is, typically checking that a remote server
is available, file path filled exist, etc. If useNow is false,
the check should not assume that potentially configured
resources are available now (remote servers(s) might be down,
third-party configuration elements might be missing etc.)ConfigurationException
java.lang.Exception
Copyright © 2013 Dassault Systèmes, All Rights Reserved.