| Package | Description |
|---|---|
| com.asakusafw.workflow.cli.run |
Implementations of
run command. |
| com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutorLogger.accept(BasicCommandLauncher.OutputChannel channel,
String label,
CharSequence line) |
| Modifier and Type | Method and Description |
|---|---|
static BasicCommandLauncher.OutputChannel |
BasicCommandLauncher.OutputChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicCommandLauncher.OutputChannel[] |
BasicCommandLauncher.OutputChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCommandLauncher.OutputConsumer.accept(BasicCommandLauncher.OutputChannel channel,
String label,
CharSequence line)
Handles the output line.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.