public class ConvertBase extends BaseProcess
| Modifier and Type | Field and Description |
|---|---|
static boolean |
COMPARE_ANY_STRING |
static String |
FOUR_SPACES |
protected static String[][] |
m_strChange |
m_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListMASTER, SLAVE| Constructor and Description |
|---|
ConvertBase()
Constructor.
|
ConvertBase(Task taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convertNameToConstant(String strName)
A utility name to convert a java name to a constant.
|
String |
convertString(String string)
Convert this line to the output format.
|
static String |
fixFilePath(String source,
String separator)
Replace the file separators with the correct characters.
|
void |
free()
Free.
|
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
String |
replaceString(String string,
String strTarget,
String strReplace)
Convert this line to the output format.
|
String |
tabsToSpaces(String string)
Convert the tabs to spaces.
|
getProperties, getProperty, handleMessage, retrieveUserProperties, run, setProperties, setPropertyaddDatabase, addListenerMessageFilter, addListeners, addRecord, addRecord, addRecordOwner, addScreenRecord, getDatabase, getDatabaseOwner, getEnvironment, getListenerMessageFilter, getMainRecord, getMasterSlave, getParentRecordOwner, getRecord, getScreenRecord, getTask, init, isBatch, isThinListener, openMainRecord, openOtherRecords, removeDatabase, removeListenerMessageFilter, removeRecord, removeRecordOwner, setScreenRecordpublic static boolean COMPARE_ANY_STRING
protected static String[][] m_strChange
public static final String FOUR_SPACES
public ConvertBase()
public ConvertBase(Task taskParent, Record recordMain, Map<String,Object> properties)
taskParent - Optional task param used to get parent's properties, etc.recordMain - Optional main record.properties - Optional properties object (note you can add properties later).public void init(RecordOwnerParent taskParent, Record recordMain, Map<String,Object> properties)
init in class BaseProcesstaskParent - Optional task param used to get parent's properties, etc.recordMain - Optional main record.properties - Optional properties object (note you can add properties later).public void free()
free in interface Freeablefree in class BaseProcesspublic String replaceString(String string, String strTarget, String strReplace)
public static String fixFilePath(String source, String separator)
Copyright © 2015 jbundle.org. All Rights Reserved.