public class PropertiesConfigurationHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ASYNCHRONOUS_PROPS
lsc.tasks.TASKNAME.bean property.
|
static String |
BEAN_PROPS_PREFIX
lsc.tasks.TASKNAME.bean property.
|
static String |
CUSTOMLIBRARY_PROPS_PREFIX
lsc.tasks.TASKNAME.customLibrary property.
|
static String |
DSTSERVICE_PROPS_PREFIX
lsc.tasks.TASKNAME.dstService property.
|
static String |
LSC_PROPS_PREFIX
lsc prefix.
|
static String |
OBJECT_PROPS_PREFIX
lsc.tasks.TASKNAME.object property.
|
static String |
POST_CLEAN_HOOK_PROPS_PREFIX
lsc.tasks.TASKNAME.postCleanHook property.
|
static String |
POST_SYNC_HOOK_PROPS_PREFIX
lsc.tasks.TASKNAME.postSyncHook property.
|
static String |
SRCSERVICE_PROPS_PREFIX
lsc.tasks.TASKNAME.srcService property.
|
static String |
SYNCOPTIONS_PREFIX
lsc.syncoptions property.
|
static String |
TASKS_PROPS_PREFIX
lsc.tasks property.
|
Constructor and Description |
---|
PropertiesConfigurationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
loadConfigurationFrom(String filename)
Call by Configuration.setUp() if the new format configuration file is not available
|
public static final String LSC_PROPS_PREFIX
public static final String TASKS_PROPS_PREFIX
public static final String SYNCOPTIONS_PREFIX
public static final String SRCSERVICE_PROPS_PREFIX
public static final String DSTSERVICE_PROPS_PREFIX
public static final String CUSTOMLIBRARY_PROPS_PREFIX
public static final String OBJECT_PROPS_PREFIX
public static final String BEAN_PROPS_PREFIX
public static final String ASYNCHRONOUS_PROPS
public static final String POST_SYNC_HOOK_PROPS_PREFIX
public static final String POST_CLEAN_HOOK_PROPS_PREFIX
public static void loadConfigurationFrom(String filename) throws LscConfigurationException
filename
- org.apache.commons.configuration.ConfigurationException
LscConfigurationException
Copyright © 2005-2024 LSC project. All Rights Reserved.