|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipUtil.ZipEntryVisitor | |
|---|---|
| org.rhq.core.util | |
| org.rhq.core.util.updater | |
| Uses of ZipUtil.ZipEntryVisitor in org.rhq.core.util |
|---|
| Methods in org.rhq.core.util with parameters of type ZipUtil.ZipEntryVisitor | |
|---|---|
static void |
ZipUtil.walkZipFile(File zipFile,
ZipUtil.ZipEntryVisitor visitor)
Walks the entries of a zip file, allowing a listener to "visit" each node and perform tasks on the zip entry. |
| Uses of ZipUtil.ZipEntryVisitor in org.rhq.core.util.updater |
|---|
| Classes in org.rhq.core.util.updater that implement ZipUtil.ZipEntryVisitor | |
|---|---|
class |
ExtractorZipFileVisitor
A visitor object that will extract each zip entry it visits, realizing files that need to have their replacement variables replaced. |
class |
InMemoryZipFileVisitor
A visitor object that will perform some in-memory work for each zip entry it visits. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||