public class DefaultSourceFolderUrlFilter extends Object implements SourceFolderUrlFilter
SourceFolderUrlFilter that attempts to match URLs
using common naming conventions.| Constructor and Description |
|---|
DefaultSourceFolderUrlFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(String sourceFolder,
URL url)
Determine if the specified URL matches a source folder.
|
public boolean isMatch(String sourceFolder, URL url)
SourceFolderUrlFilterisMatch in interface SourceFolderUrlFiltersourceFolder - the source folderurl - the URL to checktrue if the URL matchesCopyright © 2018 Pivotal Software, Inc.. All rights reserved.