Package org.graffiti.managers.pluginmgr
Contains classes for the plugin manager.
-
Interface Summary Interface Description Dependency Interface for dependency of a plugin.PluginDescriptionCollector Collects plugin description URLs, which can be used by the PluginSelector.PluginEntry An entry in the plugin manager.PluginManager Defines an interface for a plugin manager handeling the list of plugins.PluginManagerListener Represents a listener, which is called, if a plugin has been added to the plugin manager. -
Class Summary Class Description ClassPathPluginDescriptionCollector Searches for plugin description files in the currentCLASSPATH
.DefaultPluginEntry Represents a plugin entry in the plugin manager.DefaultPluginManager Manages the list of plugins.PluginDependency Models a dependency to another plugin.PluginDescription Contains a meta data of a plugin.PluginFileFilter Represents a file filter for graffiti plugins.PluginManagerDialog DOCUMENT ME!PluginSelector Represents a plugin selector.PluginXMLParser The XML parser for the plugin descriptions.PluginXMLParserErrorHandler An error handler class for the plugin xml parser.RSSfeedDefinition UnresolvableDependenyException AnUnresolvableDependencyException
will be thrown whever there is a dependency of a plugin to another which cannot be resolved.Version Represents an object, which contains a version number. -
Exception Summary Exception Description PluginAlreadyLoadedException PluginManagerException PluginManagerException
is thrown, iff an error occured during the loading of a plugin.