Uses of Class
com.sun.jini.tool.JarWrapper.SourceJarURL

Packages that use JarWrapper.SourceJarURL
com.sun.jini.tool Tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; generating permission grants to debug security policy setup; providing HTTP service; generating message digests; generating HTTPMD URLs; generating wrapper JAR files; and generating preferred lists. 
 

Uses of JarWrapper.SourceJarURL in com.sun.jini.tool
 

Fields in com.sun.jini.tool declared as JarWrapper.SourceJarURL
private  JarWrapper.SourceJarURL[] JarWrapper.srcJars
           
 

Methods in com.sun.jini.tool that return JarWrapper.SourceJarURL
(package private)  JarWrapper.SourceJarURL JarWrapper.SourceJarURL.resolve(JarWrapper.SourceJarURL other)
          Resolves given URL relative to this URL.
 

Methods in com.sun.jini.tool with parameters of type JarWrapper.SourceJarURL
(package private)  void JarWrapper.JarIndexWriter.addEntries(JarFile jar, JarWrapper.SourceJarURL url)
          Tabulates contents of the given JAR file, associating them with the provided URL for the JAR file.
private  void JarWrapper.process(JarWrapper.SourceJarURL url, JarWrapper.PreferredListReader prefReader)
          Processes source JAR file indicated by the given URL, determining preferred resources using the provided preferred list reader.
(package private)  JarWrapper.SourceJarURL JarWrapper.SourceJarURL.resolve(JarWrapper.SourceJarURL other)
          Resolves given URL relative to this URL.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.