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

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

Introduction

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

Usage

From source file de.tudarmstadt.lt.utilities.cli.ExtendedGnuParser.java

/**
 *
 * @author Steffen Remus
 **/
public class ExtendedGnuParser extends GnuParser {

From source file com.cloudera.sqoop.cli.SqoopParser.java

/**
 * Options parser that follows Sqoop's specific options-parsing needs.
 * <ul>
 *   <li>Option values may contain the '&quot;' character as the first
 *   or last character in the value.</li>
 *   <li>The argument '--' must be preserved in the returned (unparsed)

From source file com.dalabs.droop.cli.DroopParser.java

/**
 * Options parser that follows Droop's specific options-parsing needs.
 * <ul>
 *   <li>Option values may contain the '&quot;' character as the first
 *   or last character in the value.</li>
 *   <li>The argument '--' must be preserved in the returned (unparsed)

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

/**
 * Options parser that follows Sqoop's specific options-parsing needs.
 * <ul>
 *   <li>Option values may contain the '&quot;' character as the first
 *   or last character in the value.</li>
 *   <li>The argument '--' must be preserved in the returned (unparsed)

From source file org.apache.hadoop.cifs.CIFSParser.java

/**
 * Options parser that follows Sqoop's specific options-parsing needs.
 * <ul>
 *   <li>Option values may contain the '&quot;' character as the first
 *   or last character in the value.</li>
 *   <li>The argument '--' must be preserved in the returned (unparsed)

From source file org.apache.hadoop.cifs.mapred.Cifs2HDFSParser.java

/**
 * Options parser that follows Sqoop's specific options-parsing needs.
 * <ul>
 * <li>Option values may contain the '&quot;' character as the first or last
 * character in the value.</li>
 * <li>The argument '--' must be preserved in the returned (unparsed) argument

From source file ca.phon.app.modules.EntryPointArgParser.java

/**
 * Custom parser for entry point arguments.
 */
public class EntryPointArgParser extends GnuParser {

    /**