private static class JarWrapper.JarIndexWriter extends Object
Modifier and Type | Field and Description |
---|---|
private Map |
contentMap |
private List |
urls |
Constructor and Description |
---|
JarWrapper.JarIndexWriter() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addEntries(JarFile jar,
JarWrapper.SourceJarURL url)
Tabulates contents of the given JAR file, associating them with the
provided URL for the JAR file.
|
(package private) void |
write(JarOutputStream jout)
Writes JAR index to the given output stream.
|
void addEntries(JarFile jar, JarWrapper.SourceJarURL url)
void write(JarOutputStream jout) throws IOException
IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.