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

org.kohsuke.args4j.CmdLineOptionsProvider Maven / Gradle / Ivy

There is a newer version: 1.3.10
Show newest version
package org.kohsuke.args4j;

/**
 * Interface for objects that have associated objects that can
 * provide args4j options and arguments.
 * 
 * @author Jonathon Hare ([email protected])
 *
 */
public interface CmdLineOptionsProvider {
	/**
	 * @return the object providing options/arguments
	 */
	public Object getOptions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy