Package dw.cli.commands
Class XMLRPCAPIVersionGetter
- java.lang.Object
-
- dw.cli.Command
-
- dw.cli.commands.SimpleCommand
-
- dw.cli.commands.XMLRPCAPIVersionGetter
-
public class XMLRPCAPIVersionGetter extends SimpleCommand
-
-
Constructor Summary
Constructors Constructor Description XMLRPCAPIVersionGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
query(DokuJClient dokuClient)
-
Methods inherited from class dw.cli.commands.SimpleCommand
registerParameters, run
-
Methods inherited from class dw.cli.Command
addLongFormatSwitch, addPageIdOption, getUsage, parseArguments, run
-
-
-
-
Method Detail
-
query
protected java.lang.String query(DokuJClient dokuClient) throws DokuException
- Specified by:
query
in classSimpleCommand
- Throws:
DokuException
-
-