Package | Description |
---|---|
org.mwolff.command.parameterobject | |
org.mwolff.command.process |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameterObject
A simple implementation of a generic context.
|
Modifier and Type | Field and Description |
---|---|
static GenericParameterObject |
DefaultParameterObject.NULLCONTEXT
A null context to execute commands without a context.
|
Modifier and Type | Method and Description |
---|---|
static GenericParameterObject |
DefaultParameterObject.getInstance()
Gets a fresh instance of an GenericParameterObject
|
static GenericParameterObject |
DefaultParameterObject.getStandardContext() |
static GenericParameterObject |
DefaultParameterObject.getStandardContext(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEndCommand.execute(GenericParameterObject context) |
String |
DefaultEndCommand.executeAsProcess(GenericParameterObject context) |
String |
DefaultEndCommand.executeAsProcess(String startCommand,
GenericParameterObject context) |
Copyright © 2017 neusta software development GmbH. All rights reserved.