public class ConnectorConfigCheck extends java.lang.Object implements CVComponentConfigCheck<ConnectorConfig>
Constructor and Description |
---|
ConnectorConfigCheck()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
check(ConnectorConfig config,
boolean useNow)
Check the ConnectorConfig object config.
|
public void check(ConnectorConfig config, boolean useNow) throws ConfigurationException, java.lang.Exception
check
in interface CVComponentConfigCheck<ConnectorConfig>
useNow
- 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.