Package dw.cli.commands
Class RecentMediaChangesGetter
- java.lang.Object
-
- dw.cli.Command
-
- dw.cli.commands.ItemListToStringCommand<MediaChange>
-
- dw.cli.commands.RecentMediaChangesGetter
-
public class RecentMediaChangesGetter extends ItemListToStringCommand<MediaChange>
-
-
Constructor Summary
Constructors Constructor Description RecentMediaChangesGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
itemToString(MediaChange mediaChange)
protected java.util.List<MediaChange>
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<MediaChange> query(DokuJClient dokuClient) throws DokuException
- Specified by:
query
in classItemListToStringCommand<MediaChange>
- Throws:
DokuException
-
itemToString
protected java.lang.String itemToString(MediaChange mediaChange)
- Specified by:
itemToString
in classItemListToStringCommand<MediaChange>
-
-