public class FileSystemScriptFinder extends Object implements ScriptFinder
| Constructor and Description |
|---|
FileSystemScriptFinder() |
| Modifier and Type | Method and Description |
|---|---|
URL[] |
find(URLFilter filter,
URL root)
Find all scripts that are acceptable by
filter in specified root URL. |
public URL[] find(URLFilter filter, URL root) throws MalformedURLException
ScriptFinderfilter in specified root URL.find in interface ScriptFinderfilter - URL filterroot - root URL from which look up should be statednull or empty array if scripts were not foundMalformedURLException - if the URL is invalidCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.