|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> [ plugin overview ] | PREV NEXT | ||||||||
A
- ABOUT_COLS - Static variable in class org.merlotxml.merlot.plugin.PluginConfig.AboutAction
- actionPerformed(ActionEvent) - Method in class org.merlotxml.merlot.plugin.PluginConfig.AboutAction
- author - Variable in class org.merlotxml.merlot.plugin.PluginConfig
C
- CLASSEXT - Static variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- classLoader - Variable in class org.merlotxml.merlot.plugin.PluginConfig
- copyEmbeddedZipFiles(ZipFile) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Writes out embedded zips to temp files
- createJarFileURL(File, String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Produces a jar URL of the form jar:file:///path/to/jarfile.jar!/resourcename.
- createPluginConfig(InputStream, File, ClassLoader) - Static method in class org.merlotxml.merlot.plugin.GD_PluginManager
- createPluginConfig(InputStream, File, ClassLoader) - Static method in class org.merlotxml.merlot.plugin.PluginManager
D
- DIR_CLASSES - Static variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- DIR_LIB - Static variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- downloadURL(URL) - Method in class org.merlotxml.merlot.plugin.GD_PluginManager
- downloadURL(URL) - Method in class org.merlotxml.merlot.plugin.PluginManager
E
- ERR_PLUGIN_NOT_RECOGNIZED - Static variable in class org.merlotxml.merlot.plugin.GD_PluginManager
- ERR_PLUGIN_NOT_RECOGNIZED - Static variable in class org.merlotxml.merlot.plugin.PluginManager
F
- FILESEP - Static variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- FILESEPSTR - Static variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- file - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader.privFindResouceInZip
- findClass(String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- findResource(String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Generates an URL class of the resource in a jar file or directory.
- findResourceInClasses(Object, String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Finds resources in classes directory
- findResourceInLib(Object, String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Finds resources in lib/zip files
- findResourceInRoot(Object, String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Finds resources in jar or directory root
- findResourceInZip(File, String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- This finds a resource and returns a stream of it from a zip file
G
- GD_PluginManager - class org.merlotxml.merlot.plugin.GD_PluginManager.
- GD_PluginManager() - Constructor for class org.merlotxml.merlot.plugin.GD_PluginManager
- getAboutAction() - Method in class org.merlotxml.merlot.plugin.PluginConfig
- getClassImpl(String) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Gets a class implementation from the plugin source.
- getClassLoader() - Method in class org.merlotxml.merlot.plugin.PluginConfig
- getInstance() - Static method in class org.merlotxml.merlot.plugin.GD_PluginManager
- getInstance() - Static method in class org.merlotxml.merlot.plugin.PluginManager
- getName() - Method in class org.merlotxml.merlot.plugin.PluginConfig
- getNode() - Method in class org.merlotxml.merlot.plugin.PluginConfig
- getPlugins() - Method in class org.merlotxml.merlot.plugin.PluginManager
- getSource() - Method in class org.merlotxml.merlot.plugin.PluginConfig
- getUserPluginDirectory() - Method in class org.merlotxml.merlot.plugin.GD_PluginManager
I
- initPlugin(File) - Method in class org.merlotxml.merlot.plugin.GD_PluginManager
- initPlugin(File) - Method in class org.merlotxml.merlot.plugin.PluginManager
- instance - Static variable in class org.merlotxml.merlot.plugin.PluginManager
L
- loadPlugins() - Method in class org.merlotxml.merlot.plugin.GD_PluginManager
- loadPlugins() - Method in class org.merlotxml.merlot.plugin.PluginManager
- longName - Variable in class org.merlotxml.merlot.plugin.PluginConfig
M
- main(String[]) - Static method in class org.merlotxml.merlot.plugin.PluginManager
- Tester
- mutex - Static variable in class org.merlotxml.merlot.plugin.GD_PluginManager
- mutex - Static variable in class org.merlotxml.merlot.plugin.PluginManager
- myPluginManager - Variable in class org.merlotxml.merlot.plugin.PluginConfig
N
- name - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader.privFindResouceInZip
- name - Variable in class org.merlotxml.merlot.plugin.PluginConfig
O
- org.merlotxml.merlot.plugin - package org.merlotxml.merlot.plugin
P
- PLUGIN_CONFIG_FILE - Static variable in class org.merlotxml.merlot.plugin.GD_PluginManager
- PLUGIN_CONFIG_FILE - Static variable in class org.merlotxml.merlot.plugin.PluginManager
- PluginClassLoader - class org.merlotxml.merlot.plugin.PluginClassLoader.
- This classloader loads plugin classes and resources from merlot plugin jar files or plugin development directories.
- PluginClassLoader(File) - Constructor for class org.merlotxml.merlot.plugin.PluginClassLoader
- Creates a new PluginClassLoader from a the specified directory or jar file
- PluginClassLoader.privFindResouceInZip - class org.merlotxml.merlot.plugin.PluginClassLoader.privFindResouceInZip.
- PluginClassLoader.privFindResouceInZip(File, String) - Constructor for class org.merlotxml.merlot.plugin.PluginClassLoader.privFindResouceInZip
- PluginConfig - class org.merlotxml.merlot.plugin.PluginConfig.
- Merlot Plugin Configuration
- PluginConfig() - Constructor for class org.merlotxml.merlot.plugin.PluginConfig
- PluginConfig(InputStream) - Constructor for class org.merlotxml.merlot.plugin.PluginConfig
- PluginConfig.AboutAction - class org.merlotxml.merlot.plugin.PluginConfig.AboutAction.
- PluginConfig.AboutAction() - Constructor for class org.merlotxml.merlot.plugin.PluginConfig.AboutAction
- PluginConfigException - exception org.merlotxml.merlot.plugin.PluginConfigException.
- Plugin Configuration Exception
- PluginConfigException(Exception) - Constructor for class org.merlotxml.merlot.plugin.PluginConfigException
- PluginManager - class org.merlotxml.merlot.plugin.PluginManager.
- Merlot Plugin Manager
- PluginManager() - Constructor for class org.merlotxml.merlot.plugin.PluginManager
- PluginManagerException - exception org.merlotxml.merlot.plugin.PluginManagerException.
- PluginManagerException(String) - Constructor for class org.merlotxml.merlot.plugin.PluginManagerException
- parse(Node) - Method in class org.merlotxml.merlot.plugin.PluginConfig
- plugins - Variable in class org.merlotxml.merlot.plugin.PluginManager
R
- readAllBytes(InputStream) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Reads all the bytes from the specified stream, and returns a byte array containg them
- run() - Method in class org.merlotxml.merlot.plugin.PluginClassLoader.privFindResouceInZip
S
- searchForPlugins(File) - Method in class org.merlotxml.merlot.plugin.GD_PluginManager
- searchForPlugins(File) - Method in class org.merlotxml.merlot.plugin.PluginManager
- setClassLoader(ClassLoader) - Method in class org.merlotxml.merlot.plugin.PluginConfig
- setSource(File) - Method in class org.merlotxml.merlot.plugin.PluginClassLoader
- Sets this loader's source to the given directory or jar file.
- setSource(File) - Method in class org.merlotxml.merlot.plugin.PluginConfig
- source - Variable in class org.merlotxml.merlot.plugin.PluginConfig
T
- TMP_PLUGIN_PREFIX - Static variable in class org.merlotxml.merlot.plugin.GD_PluginManager
- TMP_PLUGIN_PREFIX - Static variable in class org.merlotxml.merlot.plugin.PluginManager
- TMP_PLUGIN_SUFFIX - Static variable in class org.merlotxml.merlot.plugin.GD_PluginManager
- TMP_PLUGIN_SUFFIX - Static variable in class org.merlotxml.merlot.plugin.PluginManager
- toString() - Method in class org.merlotxml.merlot.plugin.PluginConfig
U
- url - Variable in class org.merlotxml.merlot.plugin.PluginConfig
V
- version - Variable in class org.merlotxml.merlot.plugin.PluginConfig
X
- XPATH_AUTHOR - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_LONG_NAME - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_NAME - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_PLUGIN - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_TEXT - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_URL - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
- XPATH_VERSION - Static variable in class org.merlotxml.merlot.plugin.PluginConfig
_
- _cachedZipFiles - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- ZipFile objects for embedded zip files.
- _embeddedZipFiles - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- A list of zip files that were embedded in the main plugin zip file
- _node - Variable in class org.merlotxml.merlot.plugin.PluginConfig
- _sourcedir - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- This class loader originated from a source directory
- _sourcefile - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- Original source of the zip file sourcezip points to
- _sourcezip - Variable in class org.merlotxml.merlot.plugin.PluginClassLoader
- This class loader originated from a zip/jar file
A C D E F G I L M N O P R S T U V X _
|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> [ plugin overview ] | PREV NEXT | ||||||||