private static class JarWrapper.JarIndexReader extends Object
Modifier and Type | Field and Description |
---|---|
private static Pattern |
headerPattern |
private List |
jars |
private static Pattern |
versionPattern |
Constructor and Description |
---|
JarWrapper.JarIndexReader(JarFile jar)
Parses the given JAR file's JAR index, if any.
|
private static final Pattern headerPattern
private static final Pattern versionPattern
private final List jars
JarWrapper.JarIndexReader(JarFile jar) throws IOException
IOException
List getJars()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.