Interface | Description |
---|---|
Jar |
Provides an abstraction for use by the various classes that need to scan
JARs.
|
Class | Description |
---|---|
JarFactory |
Provide a mechanism to obtain objects that implement
Jar . |
JarFileUrlJar |
Implementation of
Jar that is optimised for file based JAR URLs that
refer directly to a JAR file (e.g URLs of the form jar:file: ... |
JarFileUrlNestedJar |
Implementation of
Jar that is optimised for file based JAR URLs that
refer to a JAR file nested inside a WAR
(e.g URLs of the form jar:file: ... |
NonClosingJarInputStream |
When using a
JarInputStream with an XML parser, the stream will be
closed by the parser. |
UrlJar |
Implementation of
Jar that is optimised for non-file based JAR URLs
(e.g. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.