EGF Engine
Release 0.1.0

org.eclipse.egf.pde.plugin.extension
Interface IFactoryComponentExtensionFactory

All Known Implementing Classes:
FactoryComponentExtensionFactory

public interface IFactoryComponentExtensionFactory

This factory creates commands to deal with "FactoryComponent" extension-point.


Method Summary
 IPluginChangesCommand setFactoryComponentExtension(String factoryComponentId_p, String factoryComponentName_p, String contractId_p, String domain_p, String productionPlanId_p, String description_p)
          Set an extension matching "FactoryComponent" extension-point for given parameters.
 IPluginChangesCommand unsetFactoryComponentExtension(String factoryComponentId_p)
          Unset an existing extension matching "FactoryComponent" extension-point for given parameters.
 

Method Detail

setFactoryComponentExtension

IPluginChangesCommand setFactoryComponentExtension(String factoryComponentId_p,
                                                   String factoryComponentName_p,
                                                   String contractId_p,
                                                   String domain_p,
                                                   String productionPlanId_p,
                                                   String description_p)
Set an extension matching "FactoryComponent" extension-point for given parameters.

Parameters:
factoryComponentId_p -
factoryComponentName_p -
contractId_p -
domain_p -
productionPlanId_p -
description_p -
Returns:
an IPluginChangesCommand instance that performs this change.

unsetFactoryComponentExtension

IPluginChangesCommand unsetFactoryComponentExtension(String factoryComponentId_p)
Unset an existing extension matching "FactoryComponent" extension-point for given parameters.

Parameters:
factoryComponentId_p -
Returns:
an IPluginChangesCommand instance that performs this change.

EGF Engine
Release 0.1.0

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.