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