Uses of Interface
com.neoworks.jukex.tracksource.filter.TrackFilter

Packages that use TrackFilter
com.neoworks.jukex.tracksource.filter Filter interface and implementations for the FilterPilelineElement. 
 

Uses of TrackFilter in com.neoworks.jukex.tracksource.filter
 

Subinterfaces of TrackFilter in com.neoworks.jukex.tracksource.filter
 interface AttributeTrackFilter
          Interface for Attribute based Track filters.
 

Classes in com.neoworks.jukex.tracksource.filter that implement TrackFilter
 class AttributeEqualityTrackFilter
          Filter based on equality (LIKE) matching of track Attributes
 class AttributeRegexTrackFilter
          Filter tracks based on regular expression matching of track Attributes.
 class AttributeStartsWithTrackFilter
          Filter tracks based on Attribute values that begin with certain strings.