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, run
protected Output run(DokuJClient dokuClient) throws DokuException
run
in class Command
DokuException
protected abstract List<T> query(DokuJClient dokuClient) throws DokuException
DokuException
Copyright © 2018. All rights reserved.