public class EngineConfigurationFactoryDefault extends java.lang.Object implements EngineConfigurationFactory
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
CLIENT_CONFIG_FILE |
protected java.lang.String |
clientConfigFile |
protected static org.apache.commons.logging.Log |
log |
static java.lang.String |
OPTION_CLIENT_CONFIG_FILE |
static java.lang.String |
OPTION_SERVER_CONFIG_FILE |
protected static java.lang.String |
SERVER_CONFIG_FILE |
protected java.lang.String |
serverConfigFile |
SYSTEM_PROPERTY_NAME
Modifier | Constructor and Description |
---|---|
protected |
EngineConfigurationFactoryDefault()
Create the default engine configuration and detect whether the user
has overridden this with their own.
|
Modifier and Type | Method and Description |
---|---|
EngineConfiguration |
getClientEngineConfig()
Get a default client engine configuration.
|
EngineConfiguration |
getServerEngineConfig()
Get a default server engine configuration.
|
static EngineConfigurationFactory |
newFactory(java.lang.Object param)
Creates and returns a new EngineConfigurationFactory.
|
protected static org.apache.commons.logging.Log log
public static final java.lang.String OPTION_CLIENT_CONFIG_FILE
public static final java.lang.String OPTION_SERVER_CONFIG_FILE
protected static final java.lang.String CLIENT_CONFIG_FILE
protected static final java.lang.String SERVER_CONFIG_FILE
protected java.lang.String clientConfigFile
protected java.lang.String serverConfigFile
protected EngineConfigurationFactoryDefault()
public static EngineConfigurationFactory newFactory(java.lang.Object param)
EngineConfigurationFactoryFinder
public EngineConfiguration getClientEngineConfig()
getClientEngineConfig
in interface EngineConfigurationFactory
public EngineConfiguration getServerEngineConfig()
getServerEngineConfig
in interface EngineConfigurationFactory