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, wait
getUsageDescription
public org.apache.commons.cli.Options getOptions()
getOptions
in interface Command
public boolean supportsExtraArgs()
supportsExtraArgs
in interface Command
Copyright © 2015. All rights reserved.