public class EnvSavingConfiguration extends WorkflowTaskConfiguration
A WorkflowTaskConfiguration
that preserves whether or not a task config
property was envReplace'd or not.
Constructor and Description |
---|
EnvSavingConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addConfigProperty(String propName,
String propVal)
Adds the property denoted by the given
name> and
value . |
void |
addConfigProperty(String propName,
String propVal,
boolean isReplace)
Adds a configuration property, along with its envReplace
information.
|
boolean |
isReplace(String propName) |
getProperties, getProperty
public void addConfigProperty(String propName, String propVal)
WorkflowTaskConfiguration
Adds the property denoted by the given name>
and
value
.
addConfigProperty
in class WorkflowTaskConfiguration
propName
- The property name.propVal
- The property value.public void addConfigProperty(String propName, String propVal, boolean isReplace)
propName
- The workflow config property name.propVal
- The workflow config property val.isReplace
- Whether or not the property should be envReplaced.public boolean isReplace(String propName)
Copyright © 1999–2017 Apache OODT. All rights reserved.