Class PluginRegistryImpl

java.lang.Object
org.java.plugin.registry.xml.PluginRegistryImpl
All Implemented Interfaces:
PluginRegistry

public final class PluginRegistryImpl extends Object implements PluginRegistry
This is an implementation of plug-in registry of XML syntax plug-in manifests. Manifests should be prepared according to plug-in DTD.

Configuration parameters

This registry implementation supports following configuration parameters:

isValidating
Regulates is registry should use validating parser when loading plug-in manifests. The default parameter value is true.
stopOnError
Regulates is registry should stop and throw RuntimeException if an error occurred while registering or un-registering plug-ins. If this is false, the registration errors will be stored in the internal report that is available with PluginRegistry.checkIntegrity(PathResolver) method. The default parameter value is false.
Version:
$Id: PluginRegistryImpl.java,v 1.6 2007/05/13 16:10:51 ddimon Exp $
See Also: