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

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

package dw.cli.commands;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy