public class DefaultSourceDirectoryUrlFilter extends java.lang.Object implements SourceDirectoryUrlFilter
SourceDirectoryUrlFilter that attempts to match URLs
using common naming conventions.| Constructor and Description |
|---|
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.
|
public boolean isMatch(java.lang.String sourceDirectory,
java.net.URL url)
SourceDirectoryUrlFilterisMatch in interface SourceDirectoryUrlFiltersourceDirectory - the source directoryurl - the URL to checktrue if the URL matches