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