public class ConfigConverter
extends java.lang.Object
Constructor and Description |
---|
ConfigConverter() |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.configuration.Configuration |
createIguanConfig(java.util.List<Connection> connections,
java.util.List<Dataset> datasets,
java.util.List<Task> tasks)
Converts the connection, dataset and task objects into an Iguana Configuration
|
public static org.apache.commons.configuration.Configuration createIguanConfig(java.util.List<Connection> connections, java.util.List<Dataset> datasets, java.util.List<Task> tasks)
connections
- datasets
- tasks
-