public final class DdlPropertyParser extends Object
| Constructor and Description |
|---|
DdlPropertyParser() |
| Modifier and Type | Method and Description |
|---|---|
static File |
toXcs(Properties ddl,
boolean echo,
UtlTailoring.PropertySource overrides)
Converts DDL properties to an X Config Script (XCS).
|
static void |
toXcs(Properties ddl,
boolean echo,
UtlTailoring.PropertySource overrides,
Appendable out)
Converts DDL properties to an X Config Script (XCS). that is appended to the provided
Appendable. |
public static final File toXcs(Properties ddl, boolean echo, UtlTailoring.PropertySource overrides) throws Exception
ddl - The DDL properties.echo - If the config script should be generated with echo onoverrides - A property source for DDL overrides. These values override existing> ddl
properties but do not act as a source for new ddl properties.Exception - If there is an error converting to XCSpublic static final void toXcs(Properties ddl, boolean echo, UtlTailoring.PropertySource overrides, Appendable out) throws Exception
Appendable.echo - Indicates whether the config xcs file should have 'echo on'
or 'echo off' as the starting commandoverrides - A PropertySource for overrides of ddl property values.out - The target appendable to which to write the XCS.ExceptionCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.