|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.webSvr.exhibit.BuiltInFilters.filtSimpleSuffixMatch
public static final class BuiltInFilters.filtSimpleSuffixMatch
Accepts an exhibit with the given case-sensitive substring ending its final component. This is not much of a respector of syntax.
Very fast and does not look at the data or meta-data.
As a special case this is publicly visible until expression parsing is implemented.
FIXME: add equals() and hashCode().
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Unique serial ID. |
private java.lang.String |
suffix
The substring to match. |
| Constructor Summary | |
|---|---|
BuiltInFilters.filtSimpleSuffixMatch(java.lang.String[] args)
Takes exactly one argument; the case-sensitive substring to match. |
|
| Method Summary | |
|---|---|
boolean |
accept(AllExhibitProperties aep,
Name.ExhibitFull exhibitName)
Returns true if the exhibit (specified by full name) should be accepted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final java.lang.String suffix
| Constructor Detail |
|---|
public BuiltInFilters.filtSimpleSuffixMatch(java.lang.String[] args)
| Method Detail |
|---|
public boolean accept(AllExhibitProperties aep,
Name.ExhibitFull exhibitName)
FilterIF
accept in interface AllExhibitProperties.AEPFilteraccept in interface FilterIF
|
DHD Multimedia Gallery V1.60.69 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||