Interface IPSXPathVariables
- All Superinterfaces:
com.helger.commons.lang.ICloneable<PSXPathVariables>,Serializable
- All Known Implementing Classes:
PSXPathVariables
public interface IPSXPathVariables
extends com.helger.commons.lang.ICloneable<PSXPathVariables>, Serializable
Read-only interface for
PSXPathVariables.- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.lang.ICloneable
getClone
-
Method Details
-
getAppliedReplacement
Perform the text replacement of all variables in the specified text.- Parameters:
sText- The source text. May benull.- Returns:
- The text with all values replaced. May be
nullif the source text isnull.
-
getAll
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsNavigableMap<String,String> getAll()- Returns:
- All contained variable key value pairs. Never
null.
-
contains
- Parameters:
sName- Name of the variable to check- Returns:
trueif a variable with the passed name in present.
-
get
- Parameters:
sName- Variable name- Returns:
- The variable value of the variable with the specified name or
nullif no such variable is present.
-