| Package | Description |
|---|---|
| org.rhq.core.util | |
| org.rhq.core.util.updater |
| Modifier and Type | Method and Description |
|---|---|
static void |
ZipUtil.walkZip(InputStream zipFileStream,
ZipUtil.ZipEntryVisitor visitor,
boolean readFully)
Walks the provided zip file stream.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.