|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.neoworks.jukex.tracksource.filter.AttributeStartsWithTrackFilter
Filter tracks based on Attribute values that begin with certain strings.
| Constructor Summary | |
AttributeStartsWithTrackFilter(Attribute a,
AttributeValue v)
Public constructor |
|
| Method Summary | |
Attribute |
getAttribute()
Get the Attribute used for matching |
java.lang.String |
getComparatorDescription()
Get a description of the comparator being used in this filter |
AttributeValue |
getValue()
Get the AttributeValue to match against |
boolean |
match(Track t)
Check whether a Track matches this filter |
java.lang.String |
toString()
Get a String representation of this filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttributeStartsWithTrackFilter(Attribute a,
AttributeValue v)
a - The attribute to filter onv - The value to filter| Method Detail |
public boolean match(Track t)
match in interface TrackFiltert - The Track to check for a match
public Attribute getAttribute()
getAttribute in interface AttributeTrackFilterpublic AttributeValue getValue()
getValue in interface AttributeTrackFilterpublic java.lang.String getComparatorDescription()
getComparatorDescription in interface TrackFilterpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||