public abstract class AbstractJarURLScanner extends Object implements URLScanner
| Constructor and Description |
|---|
AbstractJarURLScanner() |
| Modifier and Type | Method and Description |
|---|---|
Set<URL> |
additional(URL url)
Returns additional URLs to be scanned in addition to a given URL.
|
Collection<ClasspathResource> |
scan(URL url)
Scans a given
URL for ClasspathResources. |
protected abstract JarFile |
toFile(URL url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlespublic Set<URL> additional(URL url) throws Exception
URLScanneradditional in interface URLScannerurl - the URLException - if the additional URLs cannot be derivedpublic Collection<ClasspathResource> scan(URL url) throws Exception
URLScannerURL for ClasspathResources.scan in interface URLScannerurl - the URLException - if the URL cannot be scannedCopyright © 2017. All Rights Reserved.