Uses of Class
net.groboclown.util.jplugin.v2.ClassCollection

Packages that use ClassCollection
net.groboclown.util.jplugin.v2 The jplugin package allows for easy use of "plugins" into your application. 
 

Uses of ClassCollection in net.groboclown.util.jplugin.v2
 

Fields in net.groboclown.util.jplugin.v2 declared as ClassCollection
private  ClassCollection PluginLoader.cc
           
private  ClassCollection FileIdentifiers.classList
           
 

Methods in net.groboclown.util.jplugin.v2 with parameters of type ClassCollection
 void JarFileInspector.discoverURL(URL url, ClassCollection cc, ILocationSearcher ils, URL baseUrl)
          Examine the given URL, and call the correct collection method to store it.
 void JarFileInspector.discoverFile(File f, ClassCollection cc, ILocationSearcher ils, File baseFile)
          Examine the given File, and call the correct collection method to store it.
protected  void JarFileInspector.searchJar(JarInputStream jis, URL baseUrl, ClassCollection cc, ILocationSearcher ils)
          Search the entire jar file for entries.
 void IFileInspector.discoverURL(URL url, ClassCollection cc, ILocationSearcher ils, URL baseUrl)
          Examine the given URL, and call the correct collection method to store it.
 void IFileInspector.discoverFile(File f, ClassCollection cc, ILocationSearcher ils, File baseFile)
          Examine the given File, and call the correct collection method to store it.
 void ManifestFileInspector.discoverURL(URL url, ClassCollection cc, ILocationSearcher ils, URL baseUrl)
          Examine the given URL, and call the correct collection method to store it.
 void ManifestFileInspector.discoverFile(File f, ClassCollection cc, ILocationSearcher ils, File baseFile)
          Examine the given File, and call the correct collection method to store it.
static void ManifestFileInspector.addManifestToCollection(Manifest mf, ClassCollection cc)
          Static method that anyone can use
protected  void ManifestFileInspector.loadManifest(InputStream is, ClassCollection cc)
           
 void ClassFileInspector.discoverURL(URL url, ClassCollection cc, ILocationSearcher ils, URL baseUrl)
          Examine the given URL, and call the correct collection method to store it.
 void ClassFileInspector.discoverFile(File f, ClassCollection cc, ILocationSearcher ils, File baseFile)
          Examine the given File, and call the correct collection method to store it.
 void URLAnalyzer.discoverURLFiles(URL url, ClassCollection cc)
           
 

Constructors in net.groboclown.util.jplugin.v2 with parameters of type ClassCollection
FileIdentifiers(ClassCollection cc)
           
 



Written under the LGPL