public abstract class ArgsOnlyCommand extends Object implements Command
| Constructor and Description |
|---|
ArgsOnlyCommand(int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.commons.cli.CommandLine options) |
org.apache.commons.cli.Options |
getOptions() |
boolean |
supportsExtraArgs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUsageDescriptionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface Commandpublic boolean supportsExtraArgs()
supportsExtraArgs in interface CommandCopyright © 2016 The Apache Software Foundation. All rights reserved.