com.springsource.util.io
Interface PathReference.PathFilter

Enclosing class:
PathReference

public static interface PathReference.PathFilter

Allows filtering during PathReference operations.

Concurrent Semantics
Implementations needn't be threadsafe if they are not shared by multiple threads.

Since:
1.0
Author:
Rob Harrop

Method Summary
 boolean matches(PathReference path)
          Match against the supplied PathReference to query whether it is included in the outer operation.
 

Method Detail

matches

boolean matches(PathReference path)
Match against the supplied PathReference to query whether it is included in the outer operation.

Parameters:
path - the path to match against.
Returns:
true if the PathReference should be included, otherwise false.