All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dw.cli.commands.TitleGetter Maven / Gradle / Ivy

package dw.cli.commands;

import dw.xmlrpc.DokuJClient;
import dw.xmlrpc.exception.DokuException;

public class TitleGetter extends SimpleCommand {
	@Override
	protected String query(DokuJClient dokuClient)	throws DokuException {
		return dokuClient.getTitle();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy