com.sun.jini.tool
Class JarWrapper.JarIndexReader
java.lang.Object
com.sun.jini.tool.JarWrapper.JarIndexReader
- Enclosing class:
- JarWrapper
private static class JarWrapper.JarIndexReader
- extends Object
Parses JAR indexes.
Method Summary |
(package private) List |
getJars()
Returns list of SourceJarURLs representing the JAR files referenced
in the JAR index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
headerPattern
private static final Pattern headerPattern
versionPattern
private static final Pattern versionPattern
jars
private final List jars
JarWrapper.JarIndexReader
JarWrapper.JarIndexReader(JarFile jar)
throws IOException
- Parses the given JAR file's JAR index, if any.
- Throws:
IOException
getJars
List getJars()
- Returns list of SourceJarURLs representing the JAR files referenced
in the JAR index.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.