org.xerial.util
Interface ResourceFilter


public interface ResourceFilter

An interface to filter file resources

Author:
leo

Method Summary
 boolean accept(String resourcePath)
          Test whether the input resource is acceptable or not.
 

Method Detail

accept

boolean accept(String resourcePath)
Test whether the input resource is acceptable or not.

Parameters:
resourcePath -
Returns:
true if accectable, otherwise false


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.