com.sun.jini.tool
Class JarWrapper.JarIndexReader

java.lang.Object
  extended by com.sun.jini.tool.JarWrapper.JarIndexReader
Enclosing class:
JarWrapper

private static class JarWrapper.JarIndexReader
extends Object

Parses JAR indexes.


Field Summary
private static Pattern headerPattern
           
private  List jars
           
private static Pattern versionPattern
           
 
Constructor Summary
JarWrapper.JarIndexReader(JarFile jar)
          Parses the given JAR file's JAR index, if any.
 
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
 

Field Detail

headerPattern

private static final Pattern headerPattern

versionPattern

private static final Pattern versionPattern

jars

private final List jars
Constructor Detail

JarWrapper.JarIndexReader

JarWrapper.JarIndexReader(JarFile jar)
                    throws IOException
Parses the given JAR file's JAR index, if any.

Throws:
IOException
Method Detail

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.