Synergy Home Page

au.edu.swin.synergy.plugin.syndicate
Class BSyndCmdLine.BAddLogCL

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.syndicate.BSyndCmdLine.BSyndicateCL
        |
        +--au.edu.swin.synergy.plugin.syndicate.BSyndCmdLine.BAddLogCL

public class BSyndCmdLine.BAddLogCL
extends BSyndCmdLine.BSyndicateCL
implements BOnCommand

This class is used for adding worklog entries.


Fields inherited from class au.edu.swin.synergy.plugin.syndicate.BSyndCmdLine.BSyndicateCL
kCmdName
 
Constructor Summary
BSyndCmdLine.BAddLogCL()
          Creates a new sub command object.
 
Method Summary
 String getHelp(BStringList params)
          Gets help for this command.
 int onCommand(BStringList params, InputStream in, PrintStream out)
          When the command line argument associated with this object is entered by the user, this method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSyndCmdLine.BAddLogCL

public BSyndCmdLine.BAddLogCL()
Creates a new sub command object.
Method Detail

onCommand

public int onCommand(BStringList params,
                     InputStream in,
                     PrintStream out)
When the command line argument associated with this object is entered by the user, this method is called. The trailing arguments are passed in as paramaters in a BStringList
Specified by:
onCommand in interface BOnCommand
Parameters:
params - A BStringList of Strings containing the paramaters
Overrides:
onCommand in class BSyndCmdLine.BSyndicateCL

getHelp

public String getHelp(BStringList params)
Gets help for this command.
Specified by:
getHelp in interface BOnCommand
Overrides:
getHelp in class BSyndCmdLine.BSyndicateCL

Synergy Home Page