Package com.aquafold.openapi.net
Interface AQPathFilter
-
public interface AQPathFilterThe path filter. Used in conjunction with file systems for path filtering callbacks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.String path)Tests whether or not the specified abstract pathname should be included in a pathname list.
-