public class InMemoryPropertyReplacement extends AbstractPropertyReplacement
mPropertyReplacementContext
Constructor and Description |
---|
InMemoryPropertyReplacement(PropertyReplacementContext pPropertyReplacementContext,
java.util.List<java.lang.String> pFileData)
Constructs this utility for use with the given property replacement context and source.
|
InMemoryPropertyReplacement(WorkflowExecutionContext pWorkflowExecutionContext,
java.util.List<java.lang.String> pFileData)
Constructs this utility for use with the given workflow execution context and source.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
replaceAll()
Replaces all properties within the source with the key/values found in the
WorkflowExecutionContext or PropertyReplacementContext.
|
hasReplacementToken, replace
public InMemoryPropertyReplacement(WorkflowExecutionContext pWorkflowExecutionContext, java.util.List<java.lang.String> pFileData)
pWorkflowExecutionContext
- the workflow execution contextpFileData
- the source containing properties to replacepublic InMemoryPropertyReplacement(PropertyReplacementContext pPropertyReplacementContext, java.util.List<java.lang.String> pFileData)
pPropertyReplacementContext
- the property replacement contextpFileData
- the source containing properties to replacepublic java.util.List<java.lang.String> replaceAll() throws FlexCheckedException
FlexCheckedException
- if a property replacement fails