Package thredds.inventory
Class CollectionAbstract.MyStreamFilter
- java.lang.Object
-
- thredds.inventory.CollectionAbstract.MyStreamFilter
-
- All Implemented Interfaces:
DirectoryStream.Filter<Path>
- Enclosing class:
- CollectionAbstract
public class CollectionAbstract.MyStreamFilter extends Object implements DirectoryStream.Filter<Path>
-
-
Constructor Summary
Constructors Constructor Description MyStreamFilter()
-
-
-
Method Detail
-
accept
public boolean accept(Path entry) throws IOException
- Specified by:
accept
in interfaceDirectoryStream.Filter<Path>
- Throws:
IOException
-
-