| Package | Description |
|---|---|
| com.asakusafw.workflow.cli.run |
Implementations of
run command. |
| com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorLogger
An command output consumer for workflow executions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicCommandLauncher.Output
Represents a kind of output target.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLauncher |
BasicCommandTaskExecutor.getCommandLauncher(ExecutionContext context,
BasicCommandLauncher.OutputConsumer output)
Returns a
CommandLauncher. |
| Constructor and Description |
|---|
BasicCommandLauncher(BasicCommandLauncher.OutputConsumer output,
Path workingDir,
Map<String,String> environment)
Creates a new instance.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.