|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.configuration.ConfigurationFactory
public class ConfigurationFactory
Factory class for ETL configuration files.
| Constructor Summary | |
|---|---|
ConfigurationFactory()
|
|
| Method Summary | |
|---|---|
ConfigurationEl |
createConfiguration()
Parses XML file and creates a configuration based on a specified parameters. |
java.net.URL |
getResourceURL()
|
void |
setExternalParameters(java.util.Map<java.lang.String,?> externalProperties)
Sets additional properties. |
void |
setExternalParameters(ParametersCallback externalParameters)
Sets additional parameters. |
void |
setResourceURL(java.net.URL resourceURL)
|
static void |
setValidating(boolean validating)
Sets validation option. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationFactory()
| Method Detail |
|---|
public static void setValidating(boolean validating)
validating - true if XML file validation should be performed.public java.net.URL getResourceURL()
public void setResourceURL(java.net.URL resourceURL)
public void setExternalParameters(java.util.Map<java.lang.String,?> externalProperties)
External properties takes precedence over properties specified in ETL <properties> element.
Intended for integration with other systems like ant.
externalProperties - external properties. Nulls allowed.public void setExternalParameters(ParametersCallback externalParameters)
These parameters take precedence over properties specified in the <properties> section of an ETL file.
Intended for integration with other systems like ant.
externalParameters - external parameters.public ConfigurationEl createConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||