OpenAPI 1.0

com.aquafold.openapi.net
Interface AQPathFilter


public interface AQPathFilter

The path filter. Used in conjunction with file systems for path filtering callbacks.


Method Summary
 boolean accept(String path)
          Tests whether or not the specified abstract pathname should be included in a pathname list.
 

Method Detail

accept

boolean accept(String path)
Tests whether or not the specified abstract pathname should be included in a pathname list.

Parameters:
path - The abstract pathname to be tested
Returns:
true if and only if pathname should be included

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.