public interface URLScanner
ClasspathResources.| Modifier and Type | Method and Description |
|---|---|
Set<URL> |
additional(URL url)
Returns additional URLs to be scanned in addition to a given URL.
|
boolean |
handles(URL url)
Returns
true if this handler can scan a given URL. |
Collection<ClasspathResource> |
scan(URL url)
Scans a given
URL for ClasspathResources. |
boolean handles(URL url)
true if this handler can scan a given URL.url - the URLtrue if this handler can scan the URLSet<URL> additional(URL url) throws Exception
url - the URLException - if the additional URLs cannot be derivedCollection<ClasspathResource> scan(URL url) throws Exception
URL for ClasspathResources.url - the URLException - if the URL cannot be scannedCopyright © 2017. All Rights Reserved.