Package jcifs
Interface ResourceNameFilter
-
public interface ResourceNameFilterFilter based on a resource name- Author:
- mbechler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(SmbResource parent, String name)
-
-
-
Method Detail
-
accept
boolean accept(SmbResource parent, String name) throws CIFSException
- Parameters:
parent-name-- Returns:
- whether the given filename should be included
- Throws:
CIFSException
-
-