public class LibraryContentFilter extends java.lang.Object implements ContentFilter<Library>
ContentFilter that matches Library items based on a coordinates
pattern.| Constructor and Description |
|---|
LibraryContentFilter(java.lang.String coordinatesPattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Library library)
Return if the filter matches the specified item.
|
public LibraryContentFilter(java.lang.String coordinatesPattern)
public boolean matches(Library library)
ContentFiltermatches in interface ContentFilter<Library>library - the item to test