public interface ContextFluent<T>
Modifier and Type | Method and Description |
---|---|
T |
out()
Indicates that output from the last command should be returned (default is no).
|
T |
out(String name)
Indicates that the output from the last executed command should be returned and set to the given name in the context
|
T |
set(String name)
The last executed command, if it returns a value, is set to a name in this executing context.
|
T set(String name)
name
- T out()
set(String)
method in order to
set the name for the result.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.