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.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BSyndCmdLine.BAddLogCL
public BSyndCmdLine.BAddLogCL()
- Creates a new sub command object.
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