Class AbstractKeyword

java.lang.Object
step.handlers.javahandler.AbstractKeyword

public class AbstractKeyword extends Object
  • Field Details

  • Constructor Details

    • AbstractKeyword

      public AbstractKeyword()
  • Method Details

    • getSession

      public AbstractSession getSession()
    • setSession

      public void setSession(AbstractSession session)
    • getTokenSession

      public AbstractSession getTokenSession()
    • setTokenSession

      public void setTokenSession(AbstractSession tokenSession)
    • getInput

      public javax.json.JsonObject getInput()
    • setInput

      public void setInput(javax.json.JsonObject input)
    • getOutputBuilder

      public OutputBuilder getOutputBuilder()
    • setOutputBuilder

      public void setOutputBuilder(OutputBuilder outputBuilder)
    • getProperties

      public Map<String,String> getProperties()
    • setProperties

      public void setProperties(Map<String,String> properties)
    • onError

      public boolean onError(Exception e)
      Parameters:
      e -
      Returns:
      true if the exception passed as argument has to be rethrown.