pt.digitalis.utils.inspection
Interface ClasspathUtils.FilenameFilter

Enclosing class:
ClasspathUtils

public static interface ClasspathUtils.FilenameFilter

Defines the behavior of a filter whose filtering criteria is file-name based.


Method Summary
 boolean accept(String filename)
          Defines the filtering criteria.
 

Method Detail

accept

boolean accept(String filename)
Defines the filtering criteria.

Parameters:
filename - the file name
Returns:
T if filename matches the criteria, F otherwise


Copyright © 2012 Digitalis Informática Lda. All Rights Reserved.