public interface ScriptFinder
| Modifier and Type | Method and Description |
|---|---|
URL[] |
find(URLFilter filter,
URL root)
Find all scripts that are acceptable by
filter in specified root URL. |
URL[] find(URLFilter filter, URL root) throws MalformedURLException
filter in specified root URL.filter - URL filterroot - root URL from which look up should be statednull or empty array if scripts were not foundMalformedURLException - if the URL is invalidCopyright © 2015. All rights reserved.