Package | Description |
---|---|
com.asakusafw.info.cli.generate |
Implementations of
generate group. |
com.asakusafw.info.cli.generate.ddl |
Implementations of
generate ddl group. |
com.asakusafw.info.cli.generate.dot |
Implementations of
generate dot group. |
com.asakusafw.info.cli.list |
Implementations of
list group. |
com.asakusafw.operation.tools.directio.conf |
Implementation of Direct I/O configuration command.
|
com.asakusafw.operation.tools.directio.file |
Implementation of Direct I/O file command.
|
com.asakusafw.operation.tools.directio.transaction |
Implementation of Direct I/O file transaction.
|
com.asakusafw.utils.jcommander |
Utility classes for JCommander.
|
com.asakusafw.workflow.cli.run |
Implementations of
run command. |
Modifier and Type | Method and Description |
---|---|
void |
GenerateGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
DdlGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
DotGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
ListGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
FileGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionGroup.accept(CommandBuilder<Runnable> builder) |
Modifier and Type | Class and Description |
---|---|
class |
JCommanderWrapper<T>
A decorator of JCommander.
|
Modifier and Type | Method and Description |
---|---|
CommandBuilder<T> |
CommandBuilder.addCommand(String name,
T command)
Adds a leaf command with explicit name.
|
default CommandBuilder<T> |
CommandBuilder.addCommand(T command)
Adds a leaf command.
|
CommandBuilder<T> |
CommandBuilder.addGroup(String name,
T command,
Consumer<? super CommandBuilder<T>> configurator)
Adds a group with explicit name.
|
default CommandBuilder<T> |
CommandBuilder.addGroup(T command,
Consumer<? super CommandBuilder<T>> configurator)
Adds a group.
|
default CommandBuilder<T> |
CommandBuilder.configure(Consumer<? super CommandBuilder<T>> configurator)
Configures this object.
|
Modifier and Type | Method and Description |
---|---|
JCommanderWrapper<T> |
JCommanderWrapper.addGroup(String name,
T command,
Consumer<? super CommandBuilder<T>> configurator) |
CommandBuilder<T> |
CommandBuilder.addGroup(String name,
T command,
Consumer<? super CommandBuilder<T>> configurator)
Adds a group with explicit name.
|
JCommanderWrapper<T> |
JCommanderWrapper.addGroup(T command,
Consumer<? super CommandBuilder<T>> configurator) |
default CommandBuilder<T> |
CommandBuilder.addGroup(T command,
Consumer<? super CommandBuilder<T>> configurator)
Adds a group.
|
JCommanderWrapper<T> |
JCommanderWrapper.configure(Consumer<? super CommandBuilder<T>> configurator)
Configures this object.
|
default CommandBuilder<T> |
CommandBuilder.configure(Consumer<? super CommandBuilder<T>> configurator)
Configures this object.
|
Modifier and Type | Method and Description |
---|---|
void |
RunCommand.accept(CommandBuilder<Runnable> builder) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.