@FunctionalInterface
public interface SourceDirectoryUrlFilter
DefaultSourceDirectoryUrlFilter| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(java.lang.String sourceDirectory,
java.net.URL url)
Determine if the specified URL matches a source directory.
|