Package | Description |
---|---|
com.streamscape.runtime.mf.admin.glv |
Modifier and Type | Method and Description |
---|---|
static void |
VariableFactory.addLiteralPool(java.lang.String poolName)
Adds an empty literal pool with the specified name.
|
void |
GlobalVariableFactory.addLiteralPool(java.lang.String poolName)
Adds an empty literal pool with the specified name.
|
static void |
VariableFactory.addVariable(java.lang.String qualifiedName)
Adds the specified variable with an empty value.
|
void |
GlobalVariableFactory.addVariable(java.lang.String qualifiedName)
Adds the specified variable with an empty value.
|
static void |
VariableFactory.addVariable(java.lang.String poolName,
java.lang.String variableName)
Adds the specified variable with an empty value to the specified literal pool.
|
void |
GlobalVariableFactory.addVariable(java.lang.String poolName,
java.lang.String variableName)
Adds the specified variable with an empty value to the specified literal pool.
|
static void |
VariableFactory.removeLiteralPool(java.lang.String poolName)
Removes a literal pool with the specified name.
|
void |
GlobalVariableFactory.removeLiteralPool(java.lang.String poolName)
Removes a literal pool with the specified name.
|
static void |
VariableFactory.removeVariable(java.lang.String qualifiedName)
Removes the specified variable.
|
void |
GlobalVariableFactory.removeVariable(java.lang.String qualifiedName)
Removes the specified variable.
|
static void |
VariableFactory.removeVariable(java.lang.String poolName,
java.lang.String variableName)
Removes the specified variable from the specified literal pool.
|
void |
GlobalVariableFactory.removeVariable(java.lang.String poolName,
java.lang.String variableName)
Removes the specified variable from the specified literal pool.
|
static void |
VariableFactory.setVariable(java.lang.String qualifiedName,
java.lang.String value)
Sets the specified value to the specified variable.
|
void |
GlobalVariableFactory.setVariable(java.lang.String qualifiedName,
java.lang.String value)
Sets the specified value to the specified variable.
|
static void |
VariableFactory.setVariable(java.lang.String poolName,
java.lang.String variableName,
java.lang.String value)
Sets the specified value to the specified variable contained in the specified literal pool.
|
void |
GlobalVariableFactory.setVariable(java.lang.String poolName,
java.lang.String variableName,
java.lang.String value)
Sets the specified value to the specified variable contained in the specified literal pool.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.