|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--au.edu.swin.synergy.kernel.BPlugin
|
+--au.edu.swin.synergy.plugin.syndicate.BSyndCmdLine
This class provides the command line tools to run syndicate. To load type: load au.edu.swin.synergy.plugin.syndicate.BSyndCmdLine
| Inner Class Summary | |
class |
BSyndCmdLine.BAddLogCL
This class is used for adding worklog entries. |
class |
BSyndCmdLine.BAddTaskCL
This class is used for adding tasks. |
class |
BSyndCmdLine.BGetTasksCL
This class is used for listing tasks. |
class |
BSyndCmdLine.BMainSyndicateCL
This class is used for dispatching syndicate commands to all other command line things. |
class |
BSyndCmdLine.BSyndicateCL
This class is provided to give a common root for all syndicate command line classes. |
class |
BSyndCmdLine.BSyndRefreshCL
This class is used for restarting the server and/or refreshing the server information. |
| Field Summary | |
static String |
kMainCmdName
|
| Fields inherited from class au.edu.swin.synergy.kernel.BPlugin |
kernel |
| Constructor Summary | |
BSyndCmdLine()
Creates a new BSyndCmdLine object. |
|
| Method Summary | |
protected int |
doAddLog(BSyndAddLogCE addLogCE,
BStringList params,
PrintStream out)
This parses the command line for adding worlogs, and prints errors, etc. |
protected int |
doAddTask(BSyndAddTaskCE addTaskCE,
BStringList params,
PrintStream out)
This parses the command line for adding tasks, and prints errors, etc. |
protected int |
doGetTask(BSyndGetTasksCE getTaskCE,
BStringList params,
PrintStream out)
This parses the command line for getting tasks, and prints errors, etc. |
void |
onBCommandEvent(Object sender,
BCommandEvent event)
This method receives events from the kernel. |
void |
setup(BStringList params)
This method is called when the kernel is loading the plugins |
| Methods inherited from class au.edu.swin.synergy.kernel.BPlugin |
dispatchEvent,
dispatchEventAndWait,
dispatchEventServer,
dispatchEventServerAndWait,
dispatchEventTo,
dispatchEventToAndWait,
getDependancies,
getKernel,
setKernel,
setup,
unload |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final String kMainCmdName
| Constructor Detail |
public BSyndCmdLine()
| Method Detail |
public void setup(BStringList params)
public void onBCommandEvent(Object sender,
BCommandEvent event)
sender - The object that generated the event.event - The event itself.
protected int doGetTask(BSyndGetTasksCE getTaskCE,
BStringList params,
PrintStream out)
getTaskCE - The event to be dispatched.params - The list of parameters.out - The stream for output.
protected int doAddLog(BSyndAddLogCE addLogCE,
BStringList params,
PrintStream out)
addLogCE - The event to be dispatched.params - The list of parameters.out - The stream for output.
protected int doAddTask(BSyndAddTaskCE addTaskCE,
BStringList params,
PrintStream out)
addTaskCE - The event to be dispatched.params - The list of parameters.out - The stream for output.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||