public abstract class ItemListToStringCommand<T> extends Command
| Constructor and Description |
|---|
ItemListToStringCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
itemToString(T item) |
protected abstract List<T> |
query(DokuJClient dokuClient) |
protected Output |
run(DokuJClient dokuClient) |
addLongFormatSwitch, addPageIdOption, getUsage, parseArguments, registerParameters, runprotected Output run(DokuJClient dokuClient) throws DokuException
run in class CommandDokuExceptionprotected abstract List<T> query(DokuJClient dokuClient) throws DokuException
DokuExceptionCopyright © 2016. All rights reserved.