public class JarJarScanner extends AbstractJarURLScanner
AbstractJarURLScanner to jar: URLs that refer to JAR files.| Constructor and Description |
|---|
JarJarScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handles(URL url)
Returns
true if this handler can scan a given URL. |
protected JarFile |
toFile(URL url) |
additional, scanpublic boolean handles(URL url)
URLScannertrue if this handler can scan a given URL.url - the URLtrue if this handler can scan the URLCopyright © 2017. All Rights Reserved.