|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URLScanner
Scans URLs for ClasspathResources.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean handles(URL url)
true if this handler can scan a given URL.
url - the URL
true if this handler can scan the URL
Set<URL> additional(URL url)
throws Exception
url - the URL
Exception - if the additional URLs cannot be derived
Collection<ClasspathResource> scan(URL url)
throws Exception
URL for ClasspathResources.
url - the URL
Exception - if the URL cannot be scanned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||