public class PipingUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PIPING_TAG_START
Start of the piping element tag
|
static java.lang.String |
PIPING_TAG_STOP
End of the piping element tag
|
Constructor and Description |
---|
PipingUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
processPiping(PipingSource pipingSource,
java.lang.String string)
Process piping string: replace piping tags with piping value
|
public static final java.lang.String PIPING_TAG_START
public static final java.lang.String PIPING_TAG_STOP
public static java.lang.String processPiping(PipingSource pipingSource, java.lang.String string) throws SurveySystemException
pipingSource
- Data needed to replace the piping tag with valuesString
- search for piping elementsSurveySystemException
Built on April 12 2018