@ApplicationScoped public class UIConfiguration extends Object implements IndyConfigInfo
| Modifier and Type | Field and Description |
|---|---|
static File |
DEFAULT_DIR |
APPEND_DEFAULTS_TO_MAIN_CONF, CONF_INCLUDES_DIR| Constructor and Description |
|---|
UIConfiguration() |
UIConfiguration(File uiDir) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDefaultConfig()
The actual content which should be added to the default configuration file in case no configuration is provided, to allow modification of
defaults in future executions.
|
String |
getDefaultConfigFileName()
The name of the file to be written in case no configuration is provided, to allow modification of defaults in future executions.
|
Boolean |
getEnabled() |
File |
getUIDir() |
void |
setEnabled(Boolean enabled) |
void |
setUIDir(File uiDir) |
public static final File DEFAULT_DIR
public UIConfiguration()
public UIConfiguration(File uiDir)
public String getDefaultConfigFileName()
IndyConfigInfogetDefaultConfigFileName in interface IndyConfigInfopublic InputStream getDefaultConfig()
IndyConfigInfogetDefaultConfig in interface IndyConfigInfopublic File getUIDir()
public void setUIDir(File uiDir)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2011-2018-2018. All Rights Reserved.