| Interface | Description |
|---|---|
| JarEntryTransformer |
A visitor for
AbstractJarEntry, allowing them be be
transformed. |
| Class | Description |
|---|---|
| AbstractJarEntry |
Represents an entry within a jar file.
|
| JarClassEntry |
Represents a class entry within a jar.
|
| JarManifestEntry |
Represents the manifest entry within a jar file.
|
| JarResourceEntry |
Represents an entry within a jar file, that isn't a class
entry.
|
| Jars |
Utilities for working with jar files.
|
| JarServiceProviderConfigurationEntry |
Represents a service provider configuration entry
within a jar.
|
| ServiceProviderConfiguration |
A representation of a service provider configuration.
|