public class ConvertCodePackage extends ConvertCode
| Modifier and Type | Field and Description |
|---|---|
boolean |
m_bCurrentShared |
static int |
m_iPass |
protected static Map<String,String> |
m_mapClasses |
static String |
m_strPkg |
static Vector<String> |
m_vNames |
static Vector<String> |
m_vParents |
static String |
SHARED |
m_listenerCOMPARE_ANY_STRING, FOUR_SPACES, m_strChangem_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListCONVERTER_PATH, DEST_DIR, DEST_PACKAGE, DIR_PREFIX, EXTENSION, FILTER, LISTENER_CLASS, SOURCE_DIR, SOURCE_PACKAGEMASTER, SLAVE| Constructor and Description |
|---|
ConvertCodePackage()
Constructor.
|
ConvertCodePackage(Task taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClassToShared(String strName,
String strParent) |
String |
convertString(String string)
Convert this line to the output format.
|
void |
free()
Free.
|
static String |
getSharedPackage(String strParent) |
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
static void |
main(String[] args) |
void |
moveThisFile(File file,
String strName,
String strParentSource)
Move the files in this directory to the new directory.
|
getDestPath, getFullPath, getScanListener, moveDirectory, moveThisFile, run, setScanListenerconvertNameToConstant, fixFilePath, replaceString, tabsToSpacesgetProperties, getProperty, handleMessage, retrieveUserProperties, 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 int m_iPass
public static final String SHARED
public boolean m_bCurrentShared
public static String m_strPkg
public ConvertCodePackage()
public ConvertCodePackage(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 ConvertCodetaskParent - 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 ConvertCodepublic static void main(String[] args)
public void moveThisFile(File file, String strName, String strParentSource)
moveThisFile in class ConvertCodepublic String convertString(String string)
convertString in class ConvertBaseCopyright © 2015 jbundle.org. All Rights Reserved.