public class FoundPlaceholder extends Object implements Placeholder
| Constructor and Description |
|---|
FoundPlaceholder(String value2,
int indexOfStart,
int indexOfClose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Placeholder placeholder) |
int |
getEnd() |
String |
getKey() |
int |
getStart() |
boolean |
notFound() |
String |
replace(String lookup) |
public FoundPlaceholder(String value2, int indexOfStart, int indexOfClose)
public boolean notFound()
notFound in interface Placeholderpublic String getKey()
getKey in interface Placeholderpublic String replace(String lookup)
replace in interface Placeholderpublic boolean contains(Placeholder placeholder)
contains in interface Placeholderpublic int getStart()
getStart in interface Placeholderpublic int getEnd()
getEnd in interface PlaceholderCopyright © 2008–2016 RedEngine Ltd. All rights reserved.