public class PSXPathVariables extends Object
| Constructor and Description |
|---|
PSXPathVariables() |
| Modifier and Type | Method and Description |
|---|---|
com.phloc.commons.state.EChange |
add(Map.Entry<String,String> aEntry) |
com.phloc.commons.state.EChange |
add(String sName,
String sValue) |
String |
getAppliedReplacement(String sText)
Perform the text replacement of all variables
|
com.phloc.commons.state.EChange |
remove(String sVarName) |
void |
removeAll(List<String> aVars) |
@Nonnull public com.phloc.commons.state.EChange add(@Nonnull@Nonempty String sName, @Nonnull@Nonempty String sValue)
@Nullable public String getAppliedReplacement(@Nullable String sText)
sText - The source text. May be null.null if the
source text is null.Copyright © 2006–2014 phloc systems. All rights reserved.