EGF Engine
Release 0.1.0

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

All Known Implementing Classes:
FactoryComponentInvocationExtensionFactory

public interface IFactoryComponentInvocationExtensionFactory

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


Method Summary
 IPluginChangesCommand setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p, String factoryComponentInvocationName_p, String referencedFactoryComponentId_p, String contextId_p, String referencedTaskFactoryId_p)
          Set an extension matching "FactoryComponentConfiguration" extension-point for given parameters.
 IPluginChangesCommand unsetFactoryComponentInvocationExtension(String factoryComponentInvocationId_p)
          Unset an extension matching "FactoryComponentConfiguration" extension-point for given parameters.
 

Method Detail

setFactoryComponentInvocationExtension

IPluginChangesCommand setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p,
                                                             String factoryComponentInvocationName_p,
                                                             String referencedFactoryComponentId_p,
                                                             String contextId_p,
                                                             String referencedTaskFactoryId_p)
Set an extension matching "FactoryComponentConfiguration" extension-point for given parameters.

Parameters:
factoryComponentInvocationId_p -
factoryComponentInvocationName_p -
referencedFactoryComponentId_p -
contextId_p -
referencedTaskFactoryId_p -
Returns:
an IPluginChangesCommand instance that performs this change.

unsetFactoryComponentInvocationExtension

IPluginChangesCommand unsetFactoryComponentInvocationExtension(String factoryComponentInvocationId_p)
Unset an extension matching "FactoryComponentConfiguration" extension-point for given parameters.

Parameters:
factoryComponentInvocationId_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.