public class SetupJavac extends BaseProcess
| Modifier and Type | Field and Description |
|---|---|
String |
gJavacCommand |
m_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListMASTER, SLAVE| Constructor and Description |
|---|
SetupJavac()
Constructor.
|
SetupJavac(Task taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
String |
addDirectory(File file,
String strMacro)
Move the files in this directory to the new directory.
|
String |
addFile(File file,
String strFileList)
Move the files in this directory to the new directory.
|
String |
fixFilePath(String strSource,
char charSeparator)
Replace the file separators with the correct characters.
|
void |
free()
Free.
|
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
static void |
main(String[] args) |
void |
run()
Move the files in this directory to the new directory.
|
getProperties, 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 String gJavacCommand
public SetupJavac()
public SetupJavac(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 static void main(String[] args)
public void run()
run in class BaseProcesspublic String addDirectory(File file, String strMacro)
public String addFile(File file, String strFileList)
Copyright © 2015 jbundle.org. All Rights Reserved.