@Deprecated public final class Cli extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<TaskConstructor<?>> |
factories
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
private |
Cli(List<TaskConstructor<?>> factories)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
create(List<String> nonOptions)
Deprecated.
|
static Cli |
forFactories(TaskConstructor<?>... factories)
Deprecated.
|
private void |
list()
Deprecated.
|
void |
run(String... args)
Deprecated.
|
private static void |
usage(joptsimple.OptionParser parser)
Deprecated.
|
private final List<TaskConstructor<?>> factories
private Cli(List<TaskConstructor<?>> factories)
public static Cli forFactories(TaskConstructor<?>... factories)
public void run(String... args) throws IOException
IOExceptionprivate void list()
private void create(List<String> nonOptions) throws IOException
IOExceptionprivate static void usage(joptsimple.OptionParser parser)
throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.