|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.text.AStringFilter
public abstract class AStringFilter
Subclasses of this abstract string filter class usually must override only method matches(String). This abstract class ensures that filters can be used with any mechanism based on either org.pf.text.ObjectFilter or org.pf.bif.IObjectFilter.
| Constructor Summary | |
|---|---|
AStringFilter()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.Object object)
Returns false if the given object is no string, otherwise it calls method matches(String). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pf.text.StringFilter |
|---|
matches |
| Constructor Detail |
|---|
public AStringFilter()
| Method Detail |
|---|
public boolean matches(java.lang.Object object)
matches in interface IObjectFilterobject - The object to be checked against this string filterStringFilter.matches(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||