org.eclipse.egf.pde.internal.plugin.manifest.command
Class UnsetRequiredPluginsCommand
java.lang.Object
org.eclipse.egf.pde.plugin.command.AbstractChangesCommand
org.eclipse.egf.pde.plugin.command.AbstractManifestChangesCommand
org.eclipse.egf.pde.internal.plugin.manifest.command.AbstractRequiredPluginsCommand
org.eclipse.egf.pde.internal.plugin.manifest.command.UnsetRequiredPluginsCommand
- All Implemented Interfaces:
- IPluginChangesCommand
public class UnsetRequiredPluginsCommand
- extends AbstractRequiredPluginsCommand
Implement a command that removes required plug-ins from the Require-Bundle
property of the manifest file.
Method Summary |
protected void |
handleRequiredPlugin(String requiredPlugin_p,
IBundlePluginModel bundlePluginModel_p,
List<IPluginImport> existingPluginImports_p)
Handle a required plug-in contained in the array provided in the constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsetRequiredPluginsCommand
public UnsetRequiredPluginsCommand(String[] requiredPlugins_p)
- Constructor.
- Parameters:
requiredPlugins_p
-
handleRequiredPlugin
protected void handleRequiredPlugin(String requiredPlugin_p,
IBundlePluginModel bundlePluginModel_p,
List<IPluginImport> existingPluginImports_p)
- Description copied from class:
AbstractRequiredPluginsCommand
- Handle a required plug-in contained in the array provided in the constructor.
- Specified by:
handleRequiredPlugin
in class AbstractRequiredPluginsCommand
- See Also:
org.eclipse.egf.pde.internal.plugin.manifest.command.AbstractRequiredPluginsCommand#handleRequiredPlugin(java.lang.String,
org.eclipse.pde.internal.core.ibundle.IBundlePluginModel, java.util.List)
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.