org.eclipse.egf.pde.internal.plugin.manifest.command
Class SetExportedPackagesCommand
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.AbstractExportedPackagesCommand
org.eclipse.egf.pde.internal.plugin.manifest.command.SetExportedPackagesCommand
- All Implemented Interfaces:
- IPluginChangesCommand
public class SetExportedPackagesCommand
- extends AbstractExportedPackagesCommand
Implement a command that adds exported packages in the Export-Package
property of the manifest file.
Method Summary |
void |
execute()
Performs changes on the underlying plug-in. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetExportedPackagesCommand
public SetExportedPackagesCommand(String[] exportedPackages_p)
- Constructor.
- Parameters:
exportedPackages_p
-
execute
public void execute()
- Description copied from interface:
IPluginChangesCommand
- Performs changes on the underlying plug-in.
- Specified by:
execute
in interface IPluginChangesCommand
- Overrides:
execute
in class AbstractManifestChangesCommand
- See Also:
AbstractChangesCommand.execute().
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.