clarion.options.transfer.subsys
Class TaskSpecTransfer

java.lang.Object
  extended byclarion.options.transfer.Transfer
      extended byclarion.options.transfer.subsys.TaskSpecTransfer

public class TaskSpecTransfer
extends Transfer


Field Summary
 
Fields inherited from class clarion.options.transfer.Transfer
AMN, BL, GKS, global, INPUT, loadedFile, loadedFileName, manager, OFF, ON, OUTPUT, SAVE_TO_FILE, SAVE_TO_GLOBAL, saveCode, savedFile, savedFileName, subsysPath, sysDir, sysOptions, sysPath, sysSettingDir, sysSettingPath, TL, userOptions, WM
 
Constructor Summary
TaskSpecTransfer(TransferManager manager, Global global)
          constructor.
 
Method Summary
 void initGlobalTaskSpec()
          initialize the variables relevant to task-specific in the associated Global object.
 void load()
          implement the process of loading options from persistent storage.
 void save()
          implement the process of save the options to persistent storage or to the associated Global object.
 
Methods inherited from class clarion.options.transfer.Transfer
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskSpecTransfer

public TaskSpecTransfer(TransferManager manager,
                        Global global)
constructor. instantiated with the associated TransferManager object and Global object.

Method Detail

load

public void load()
implement the process of loading options from persistent storage.

Overrides:
load in class Transfer

save

public void save()
implement the process of save the options to persistent storage or to the associated Global object.

Overrides:
save in class Transfer

initGlobalTaskSpec

public void initGlobalTaskSpec()
initialize the variables relevant to task-specific in the associated Global object.