Example usage for org.apache.commons.cli Options subclass-usage

List of usage examples for org.apache.commons.cli Options subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.cli Options subclass-usage.

Usage

From source file org.apache.sqoop.cli.RelatedOptions.java

/**
 * Class that extends a set of options to provide a title for a
 * related set of options.
 */
public class RelatedOptions extends Options {

From source file nl.nekoconeko.glaciercmd.config.ConfigMode.java

public class ConfigMode extends Options {
    private static final long serialVersionUID = 843228815544013345L;

    public ConfigMode() {
        super();
    }

From source file nl.cyso.vcloud.client.config.ConfigMode.java

public class ConfigMode extends Options {
    private static final long serialVersionUID = 843228815544013345L;

    public ConfigMode() {
        super();
    }

From source file com.github.xwgou.namesurfer.cli.JSurferOptions.java

/**
 * Command argument options created in this class.
 *
 * @author xwgou
 */
public class JSurferOptions extends Options {

From source file nl.nekoconeko.configmode.ConfigMode.java

public class ConfigMode extends Options {
    private static final long serialVersionUID = 843228816664013345L;

    public ConfigMode() {
        super();
    }

From source file de.meldanor.autothesis.AutoThesisCommandOption.java

/**
 *
 */
public final class AutoThesisCommandOption extends Options {

    private static final AutoThesisCommandOption instance = new AutoThesisCommandOption();

From source file org.apache.sqoop.shell.SqoopFunction.java

@SuppressWarnings("serial")
abstract public class SqoopFunction extends Options {

    public void printHelp() {
        HelpFormatter formatter = new HelpFormatter();
        formatter.printOptions(getIo().out, formatter.getWidth(), this, 0, 4);

From source file com.acmutv.ontoqa.ui.BaseOptions.java

/**
 * The command line interface options of the whole application.
 * @author Antonella Botte {@literal <abotte@acm.org>}
 * @author Giacomo Marciani {@literal <gmarciani@acm.org>}
 * @author Debora Partigianoni {@literal <dpartigianoni@acm.org>}
 * @since 1.0

From source file at.peppol.smp.client.console.SMPClientOptions.java

/**
 * Contains the command line options for the {@link SMPClient}.
 * 
 * @author Itella
 */
final class SMPClientOptions extends Options {

From source file de.rrze.idmone.utils.jidgen.cli.IdGenOptions.java

/**
 * An options manager class for jidgen extending the 
 * org.apache.commons.cli.Options class.
 * 
 * @see <a href="http://commons.apache.org/cli/api-release/org/apache/commons/cli/Options.html">http://commons.apache.org/cli/api-release/org/apache/commons/cli/Options.html</a>
 *