| Class and Description |
|---|
| JarBuilder
A utility than can create or update jar archives with special handling of duplicate entries.
|
| JarBuilder.DuplicateAction
Identifies an action to take when duplicate jar entries are encountered.
|
| JarBuilder.DuplicateEntryException
Indicates a duplicate jar entry is being rejected.
|
| JarBuilder.DuplicateHandler
Handles duplicate jar entries by selecting an appropriate action based on the entry path.
|
| JarBuilder.DuplicatePolicy
Encapsulates a policy for treatment of duplicate jar entries.
|
| JarBuilder.Entry
Represents an entry to be added to a jar.
|
| JarBuilder.JarBuilderException
Indicates a problem encountered when building up a jar's contents for writing out.
|
| JarBuilder.Listener
An interface for those interested in the progress of writing the target jar.
|
| JarBuilder.Source
Identifies a source for jar entries.
|