C G I J L P

C

cache - Variable in class ij.io.PluginClassLoader
 

G

getClass(String) - Method in class ij.io.PluginClassLoader.JARReader
Returns a class file from the jar as an array of bytes
getFileName() - Method in class ij.io.PluginClassLoader.JARReader
 
getResource(String) - Method in class ij.io.PluginClassLoader.JARReader
Returns a resource from the jar file as an array of bytes
getResource(String) - Method in class ij.io.PluginClassLoader
Returns a resource from the path or JAR files as a URL
getResourceAsStream(String) - Method in class ij.io.PluginClassLoader
Returns a resource from the path or JAR files as an InputStream

I

ij.io - package ij.io
 

J

jarFiles - Variable in class ij.io.PluginClassLoader
 
jarReader - Variable in class ij.io.PluginClassLoader
 

L

loadClass(String) - Method in class ij.io.PluginClassLoader
Returns a Class from the path or JAR files.
loadClass(String, boolean) - Method in class ij.io.PluginClassLoader
Returns a Class from the path or JAR files.
loadClassBytes(String) - Method in class ij.io.PluginClassLoader
This does the actual work of loading the bytes from the disk.

P

PluginClassLoader - class ij.io.PluginClassLoader.
ImageJ uses this class loader to load plugins and resources from the plugins directory and immediate subdirectories.
PluginClassLoader(String) - Constructor for class ij.io.PluginClassLoader
Creates a new PluginClassLoader that searches in the directory path passed as a parameter.
PluginClassLoader.JARReader - class ij.io.PluginClassLoader.JARReader.
 
PluginClassLoader.JARReader(String) - Constructor for class ij.io.PluginClassLoader.JARReader
Inner class to handle resources from a JAR or ZIP file.
path - Variable in class ij.io.PluginClassLoader
 

C G I J L P