org.specrunner.util.expression.core
Class PlaceholderDefault

java.lang.Object
  extended by org.specrunner.util.expression.core.PlaceholderDefault
All Implemented Interfaces:
IPlaceholder

public class PlaceholderDefault
extends Object
implements IPlaceholder

Default placeholder information.

Author:
Thiago Santos

Constructor Summary
PlaceholderDefault()
           
 
Method Summary
 String getEnd()
          End token of placeholders.
 char getEscape()
          Escape character for placeholders.
 String getStart()
          Start token of placeholders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceholderDefault

public PlaceholderDefault()
Method Detail

getEscape

public char getEscape()
Description copied from interface: IPlaceholder
Escape character for placeholders.

Specified by:
getEscape in interface IPlaceholder
Returns:
A char.

getStart

public String getStart()
Description copied from interface: IPlaceholder
Start token of placeholders.

Specified by:
getStart in interface IPlaceholder
Returns:
Start token.

getEnd

public String getEnd()
Description copied from interface: IPlaceholder
End token of placeholders.

Specified by:
getEnd in interface IPlaceholder
Returns:
End token.


Copyright © 2015. All rights reserved.