Uses of Class
org.java.plugin.registry.ManifestProcessingException
Packages that use ManifestProcessingException
Package
Description
This package contains helper classes to start/stop JPF based applications.
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
General plug-in tools related classes.
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
-
Uses of ManifestProcessingException in org.java.plugin.boot
Methods in org.java.plugin.boot that throw ManifestProcessingExceptionModifier and TypeMethodDescriptionprotected Collection
<PluginManager.PluginLocation> DefaultApplicationInitializer.filterPluginLocations
(PluginRegistry registry, Collection<PluginManager.PluginLocation> pluginLocations) This method may remove unwanted plug-in locations from the given list. -
Uses of ManifestProcessingException in org.java.plugin.registry
Methods in org.java.plugin.registry that throw ManifestProcessingExceptionModifier and TypeMethodDescriptionPluginRegistry.readManifestInfo
(URL manifest) Reads basic information from a plug-in or plug-in fragment manifest.Registers plug-ins and plug-in fragments in this registry. -
Uses of ManifestProcessingException in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that throw ManifestProcessingExceptionModifier and TypeMethodDescriptionPluginRegistryImpl.readManifestInfo
(URL url) General algorithm: Collect all currently registered extension points. Parse given URL's as XML content files and separate them on plug-in and plug-in fragment descriptors. Process new plug-in descriptors first: Instantiate new PluginDescriptorImpl object. Handle versions correctly - register new descriptor as most recent version or as an old version. If other versions of the same plug-in already registered, take their fragments and register them with this version. Process new plug-in fragments next: Instantiate new PluginFragmentImpl object. Check if older version of the same fragment already registered. -
Uses of ManifestProcessingException in org.java.plugin.tools
Methods in org.java.plugin.tools that throw ManifestProcessingExceptionModifier and TypeMethodDescriptionPluginArchiver.readDescriptor
(URL archiveFile, PluginRegistry registry) Reads meta-information from plug-ins archive file and registers found plug-in manifest data with given registry for future analysis.PluginArchiver.readDescriptor
(URL archiveFile, PluginRegistry registry, PluginArchiver.Filter filter) Reads meta-information from plug-ins archive file and registers found plug-in manifest data with given registry for future analysis.Extracts all plug-ins from the given archive file.PluginArchiver.unpack
(URL archiveFile, File destFolder, PluginArchiver.Filter filter) Extracts plug-ins from the given archive file according to given filter.PluginArchiver.unpack
(URL archiveFile, PluginRegistry registry, File destFolder) Extracts plug-ins from the given archive file.PluginArchiver.unpack
(URL archiveFile, PluginRegistry registry, File destFolder, PluginArchiver.Filter filter) Extracts plug-ins from the given archive file. -
Uses of ManifestProcessingException in org.java.plugin.tools.ant
Methods in org.java.plugin.tools.ant that throw ManifestProcessingExceptionModifier and TypeMethodDescriptionprotected boolean
BaseJpfTask.isManifestAccepted
(URL manifestUrl)