public class JarFileScanner extends AbstractJarURLScanner
AbstractJarURLScanner to file: URLs that refer to JAR files.| Constructor and Description |
|---|
JarFileScanner() |
| 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.