public class Configuration extends Object
jailer.xml.| Modifier and Type | Field and Description |
|---|---|
LocalDatabaseConfiguration |
localEntityGraphConfiguration |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
File |
createTempFile()
Creates a temporary file
|
int |
getColumnsPerIFMTable() |
List<DBMS> |
getDBMS() |
boolean |
getDoMinimizeUPK()
Returns
true, the UPK don't preserve order. |
static Configuration |
getInstance()
Gets the configuration.
|
String |
getNullColumnPlaceholder()
Gets replacement for null in DBUnit datasets.
|
HtmlDataModelRenderer |
getRenderer() |
static List<ScriptEnhancer> |
getScriptEnhancer()
Gets the scipt-enhancer.
|
String |
getTempFileFolder()
Gets the temporary files folder.
|
void |
setColumnsPerIFMTable(int columnsPerIFMTable) |
void |
setdBMSConfigurations(List<DBMS> dBMSConfigurations) |
void |
setDoMinimizeUPK(boolean doMinimizeUPK) |
void |
setNullColumnPlaceholder(String nullColumnPlaceholder) |
void |
setRenderer(HtmlDataModelRenderer theRenderer) |
void |
setTempFileFolder(String tempFileFolder)
Sets the temporary files folder.
|
public LocalDatabaseConfiguration localEntityGraphConfiguration
public String getTempFileFolder()
#getWorkingFolder()public void setTempFileFolder(String tempFileFolder)
tempFileFolder - absolute or relative to #getWorkingFolder()public File createTempFile()
public String getNullColumnPlaceholder()
public boolean getDoMinimizeUPK()
true, the UPK don't preserve order. This minimizes the size of the UPK.public static Configuration getInstance()
public static List<ScriptEnhancer> getScriptEnhancer()
public int getColumnsPerIFMTable()
public HtmlDataModelRenderer getRenderer()
public void setRenderer(HtmlDataModelRenderer theRenderer)
theRenderer - the theRenderer to setpublic void setdBMSConfigurations(List<DBMS> dBMSConfigurations)
dBMSConfigurations - the dBMSConfigurations to setpublic void setDoMinimizeUPK(boolean doMinimizeUPK)
doMinimizeUPK - the doMinimizeUPK to setpublic void setNullColumnPlaceholder(String nullColumnPlaceholder)
nullColumnPlaceholder - the nullColumnPlaceholder to setpublic void setColumnsPerIFMTable(int columnsPerIFMTable)
columnsPerIFMTable - the columnsPerIFMTable to set