com.objectplanet.survey.plugin.api
Class PipingUtils

java.lang.Object
  extended by com.objectplanet.survey.plugin.api.PipingUtils

public class PipingUtils
extends java.lang.Object

Author:
Irina Brun

Field Summary
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 Summary
PipingUtils()
           
 
Method Summary
static java.lang.String processPiping(PipingSource pipingSource, java.lang.String string)
          Process piping string: replace piping tags with piping value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIPING_TAG_START

public static final java.lang.String PIPING_TAG_START
Start of the piping element tag

See Also:
Constant Field Values

PIPING_TAG_STOP

public static final java.lang.String PIPING_TAG_STOP
End of the piping element tag

See Also:
Constant Field Values
Constructor Detail

PipingUtils

public PipingUtils()
Method Detail

processPiping

public static java.lang.String processPiping(PipingSource pipingSource,
                                             java.lang.String string)
                                      throws SurveySystemException
Process piping string: replace piping tags with piping value

Parameters:
pipingSource - Data needed to replace the piping tag with values
String - search for piping elements
Returns:
processed string with piping elements replaced by their values
Throws:
SurveySystemException

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016