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

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

package dw.cli.commands;

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

public class RPCVersionSupportedGetter extends SimpleCommand {

	@Override
	protected String query(DokuJClient dokuClient) throws DokuException {
		return dokuClient.getRPCVersionSupported().toString();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy