Modifier and Type | Class and Description |
---|---|
class |
KerberosConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
KerberosConnector.init(Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedCRESTConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedRESTConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedSQLConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
SSHConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
SSHConnector.init(Configuration config)
Callback method to receive the
Configuration . |
Modifier and Type | Class and Description |
---|---|
class |
XMLConfiguration |
Modifier and Type | Method and Description |
---|---|
Configuration |
XMLConnector.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
XMLConnector.init(Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
CSVFileConfiguration
Extends the
AbstractConfiguration class to provide all of the possible
configuration parameters consumed by the CSVFile connector. |
Modifier and Type | Method and Description |
---|---|
Configuration |
CSVFileConnector.getConfiguration()
Gets the Configuration context for this connector.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVFileConnector.init(Configuration config)
Callback method to receive the
Configuration . |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedConfiguration
Extends the
AbstractConfiguration class to provide all the necessary
parameters to initialize the Scripted Connector. |
Modifier and Type | Method and Description |
---|---|
Configuration |
ScriptedConnectorBase.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptedConnectorBase.init(Configuration config) |
Modifier and Type | Method and Description |
---|---|
void |
GroovyDataProvider.loadConfiguration(String configName,
Configuration cfg) |
void |
DataProvider.loadConfiguration(String propertyName,
Configuration cfg)
adds to 'cfg' the complete map defined by property 'propertyName'
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseTableConfiguration
Implements the
Configuration interface to provide all the necessary
parameters to initialize the JDBC Connector. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DatabaseTableConnector.getConfiguration()
Return the configuration that was passed to
Connector.init(Configuration) . |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTableConnector.init(Configuration cfg)
Init the connector
Initialize the connector with its configuration.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
JavaClassProperties.createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
Given a configuration class and populated properties, creates a bean for it.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Configuration> |
LocalConnectorInfoImpl.getConnectorConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
static List<ConfigurationProperty> |
JavaClassProperties.calculateDiff(ConfigurationPropertiesImpl properties,
Configuration config)
Calculate the difference between the given config and the properties.
|
static ConfigurationPropertiesImpl |
JavaClassProperties.createConfigurationProperties(Configuration config)
Given a configuration class, creates the configuration properties for it.
|
static void |
JavaClassProperties.mergeIntoBean(ConfigurationPropertiesImpl properties,
Configuration config)
Given a configuration bean and populated properties, merges the properties into the bean.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
JavaClassProperties.createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
Given a configuration class and populated properties, creates a bean for it.
|
void |
LocalConnectorInfoImpl.setConnectorConfigurationClass(Class<? extends Configuration> c) |
Modifier and Type | Method and Description |
---|---|
Configuration |
OperationalContext.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
void |
TestHelpersImpl.fillConfiguration(Configuration config,
Map<String,? extends Object> configData) |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulConfiguration
A Stateful Configuration interface extends the default
Configuration
and makes the framework keep the same instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration
Convenient base-class for Configuration objects to extend.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Connector.getConfiguration()
Return the configuration that was passed to
Connector.init(Configuration) . |
Modifier and Type | Method and Description |
---|---|
void |
Connector.init(Configuration cfg)
Initialize the connector with its configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapConfiguration
Encapsulates the LDAP connector's configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
LdapConnector.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
LdapConnector.init(Configuration cfg) |
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
static void |
TestHelpers.fillConfiguration(Configuration config,
Map<String,? extends Object> configData)
Fills a configuration bean with data from the given map.
|
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config) |
void |
TestHelpersSpi.fillConfiguration(Configuration config,
Map<String,? extends Object> configData) |
Copyright © 2018–2025. All rights reserved.