public class CompositeMFileFilter extends java.lang.Object implements MFileFilter
| Constructor and Description |
|---|
CompositeMFileFilter() |
CompositeMFileFilter(java.util.List<MFileFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.
|
void |
addFilter(MFileFilter filter) |
public CompositeMFileFilter()
public CompositeMFileFilter(java.util.List<MFileFilter> filters)
public void addFilter(MFileFilter filter)
public boolean accept(MFile mfile)
MFileFilteraccept in interface MFileFiltermfile - the MFiletrue if and only if the mfile should be
included in the file collection; false otherwise.