Class | Description |
---|---|
DeleteResourcesProcessor |
A file processor implementation that removes all resources that
was previously extracted from a JAR file.
|
DisablePluginsProcessor |
File processor implementation that disables plug-ins.
|
ExtractResourcesProcessor |
A file processor implementation that extracts resources from JAR files.
|
MarkAsProcessedProcessor |
File processor implementation that marks all extension files
as processed.
|
PluginInstallationProcessor |
File processor implementation that load and install
plug-ins.
|
RegisterExtensionsProcessor |
Extension file processor implementation that will load the
extension definitions from each file and register them with
the registry that is managed by the manager.
|
RegisterExtensionsProcessor.FileData |
Keep track of the extension points and extensions found in a file.
|
ResetErrorFlagProcessor |
File processor implementation that reset the error flag for
all extension files.
|
UnregisterExtensionsProcessor |
Extensions file processor implementation that unregisters all extension
points and extensions.
|