See: Description
| Interface | Description |
|---|---|
| DataEntry |
This interface describes a data entry, e.g.
|
| DataEntryFilter |
This interface provides a method to filter data entries.
|
| DataEntryPump |
This interface provides a method to pump data entries.
|
| DataEntryReader |
This interface provides methods for reading data entries.
|
| DataEntryWriter |
This interface provides methods for writing data entries, such as ZIP entries
or files.
|
| Finisher |
This interface specifies a listener that is called to finish an output stream
before it is closed.
|
| Class | Description |
|---|---|
| CascadingDataEntryWriter |
This DataEntryWriter delegates to a given DataEntryWriter, or failing that,
to another given DataEntryWriter.
|
| ClassDataEntryWriter |
This DataEntryWriter finds received class entries in the given class pool
and writes them out to the given data entry writer.
|
| ClassFilter |
This DataEntryReader delegates to one of two other DataEntryReader instances,
depending on the extension of the data entry.
|
| ClassMapDataEntryWriter |
This DataEntryWriter writes a class mapping to the given data entry, used
for debugging of the configuration.
|
| ClassPathDataEntry |
DataEntry implementation which loads an input stream from the classpath of
the running VM.
|
| ClassReader |
This DataEntryReader applies a given ClassVisitor to the class
definitions that it reads.
|
| DataEntryClassWriter |
This ClassVisitor writes out the ProgramClass objects that it visits to the
given DataEntry, modified to have the correct name.
|
| DataEntryCopier |
This DataEntryReader writes the ZIP entries and files that it reads to a
given DataEntryWriter.
|
| DataEntryDirectoryFilter |
This DataEntryFilter filters data entries based on whether they represent
directories.
|
| DataEntryNameFilter |
This DataEntryFilter filters data entries based on whether their names match
a given StringMatcher.
|
| DataEntryParentFilter |
This DataEntryFilter delegates filtering to a DataEntryFilter for its parent.
|
| DataEntryRewriter |
This DataEntryReader writes the resource data entries that it reads to a
given DataEntryWriter, updating their contents based on the renamed classes
in the given ClassPool.
|
| DirectoryFilter |
This DataEntryReader delegates to one of two other DataEntryReader instances,
depending on whether the data entry represents a directory or not.
|
| DirectoryPump |
This class can read a given file or directory, recursively, applying a given
DataEntryReader to all files it comes across.
|
| DirectoryWriter |
This DataEntryWriter writes data entries to individual files in a given
directory.
|
| ExtraDataEntryWriter |
This DataEntryWriter writes out all data entries to a delegate
DataEntryWriter, inserting additional data entries that are attached
to the written data entry.
|
| FileDataEntry |
This
DataEntry represents a file. |
| FilteredDataEntryReader |
This DataEntryReader delegates to one of two other DataEntryReader instances,
depending on whether the data entry passes through a given data entry filter
or not.
|
| FilteredDataEntryWriter |
This DataEntryWriter delegates to one of two other DataEntryWriter instances,
depending on whether the data entry passes through a given data entry filter
or not.
|
| IdleRewriter |
This DataEntryReader reads data entries and requests their corresponding
output streams from a given DataEntryWriter, without actually using the
output stream.
|
| JarReader |
This DataEntryReader lets a given DataEntryReader read all data entries of
the read archive data entries.
|
| JarWriter |
This DataEntryWriter sends data entries to a the jar/zip files specified by
their parents.
|
| ManifestRewriter |
This DataEntryReader writes the manifest data entries that it reads to a
given DataEntryWriter, updating their contents based on the renamed classes
in the given ClassPool.
|
| NameFilter |
This DataEntryReader delegates to one of two other DataEntryReader instances,
depending on the name of the data entry.
|
| NameFilteredDataEntryWriter |
This DataEntryWriter delegates to one of two other DataEntryWriter instances,
depending on the name of the data entry.
|
| ParentDataEntryWriter |
This DataEntryWriter lets another DataEntryWriter write the parent data
entries.
|
| PrefixAddingDataEntryWriter |
This DataEntryWriter delegates to a given DataEntryWriter, each time
adding a prefix of the written data entry name.
|
| PrefixStrippingDataEntryReader |
This DataEntryReader delegates to a given DataEntryReader, each time
stripping a possible prefix from the read data entry name.
|
| RenamedDataEntry |
This DataEntry wraps another data entry, returning a different name instead
of the wrapped data entry's name.
|
| RenamedDataEntryReader |
This DataEntryReader delegates to another DataEntryReader, renaming the
data entries based on the given map.
|
| RenamedDataEntryWriter |
This DataEntryWriter delegates to another DataEntryWriter, renaming the
data entries based on the renamed classes in the given ClassPool.
|
| RenamedParentDataEntryWriter |
This DataEntryWriter delegates to another DataEntryWriter, renaming
parent data entries based on the given matcher.
|
| WrappedDataEntry |
This DataEntry wraps another data entry.
|
| ZipDataEntry |
This
DataEntry represents a ZIP entry. |
| ZipFileDataEntry |
This
DataEntry represents a ZIP entry. |
| ZipOutput |
This class writes zip data to a given output stream.
|
Copyright © 2019. All rights reserved.