public interface URLFilter
Instances of this interface may be passed to the
ScriptFinder.find(URLFilter, URL).
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(URL url)
Tests whether or not the specified URL should be included in URL list.
|
boolean accept(URL url)
url - URL to be testedtrue if specified URL must be include in result set
of URLs and false otherwiseCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.