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

net.gdface.cli.CmdConfig Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
package net.gdface.cli;

import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.Options;
import org.apache.commons.cli.ParseException;

public interface CmdConfig {

	/**
	 * @param options
	 * @param cmd
	 * @throws ParseException
	 * @see #loadConfig(Options, CommandLine)
	 */
	public abstract void loadConfig(Options options, CommandLine cmd) throws ParseException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy