public class ApplicationContentFilter extends java.lang.Object implements ContentFilter<java.lang.String>
ContentFilter
that matches application items based on an Ant-style path
pattern.Constructor and Description |
---|
ApplicationContentFilter(java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String path)
Return if the filter matches the specified item.
|
public ApplicationContentFilter(java.lang.String pattern)
public boolean matches(java.lang.String path)
ContentFilter
matches
in interface ContentFilter<java.lang.String>
path
- the item to test