Package dw.cli.commands
Class RecentChangesGetter
- java.lang.Object
-
- dw.cli.Command
-
- dw.cli.commands.ItemListToStringCommand<PageChange>
-
- dw.cli.commands.RecentChangesGetter
-
public class RecentChangesGetter extends ItemListToStringCommand<PageChange>
-
-
Constructor Summary
Constructors Constructor Description RecentChangesGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
itemToString(PageChange pageChange)
protected java.util.List<PageChange>
query(DokuJClient dokuClient)
protected void
registerParameters(com.martiansoftware.jsap.JSAP jsap)
-
Methods inherited from class dw.cli.commands.ItemListToStringCommand
run
-
Methods inherited from class dw.cli.Command
addLongFormatSwitch, addPageIdOption, getUsage, parseArguments, run
-
-
-
-
Method Detail
-
registerParameters
protected void registerParameters(com.martiansoftware.jsap.JSAP jsap) throws com.martiansoftware.jsap.JSAPException
- Specified by:
registerParameters
in classCommand
- Throws:
com.martiansoftware.jsap.JSAPException
-
query
protected java.util.List<PageChange> query(DokuJClient dokuClient) throws DokuException
- Specified by:
query
in classItemListToStringCommand<PageChange>
- Throws:
DokuException
-
itemToString
protected java.lang.String itemToString(PageChange pageChange)
- Specified by:
itemToString
in classItemListToStringCommand<PageChange>
-
-