| Package | Description |
|---|---|
| org.kefirsf.bb.conf | |
| org.kefirsf.bb.proc |
| Modifier and Type | Method and Description |
|---|---|
Action |
Variable.getAction()
Get the action of the variable.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.setAction(Action action)
Set the action of the variable.
|
| Constructor and Description |
|---|
ProcVariable(String name,
Pattern regex,
boolean ghost,
Action action)
Create named variable
|
Copyright © 2016. All rights reserved.