EGF Engine
Release 0.1.0

org.eclipse.egf.pde.internal.plugin.extension
Class FactoryComponentInvocationExtensionFactory

java.lang.Object
  extended by org.eclipse.egf.pde.internal.plugin.extension.FactoryComponentInvocationExtensionFactory
All Implemented Interfaces:
IFactoryComponentInvocationExtensionFactory

public class FactoryComponentInvocationExtensionFactory
extends Object
implements IFactoryComponentInvocationExtensionFactory

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


Method Summary
static FactoryComponentInvocationExtensionFactory getInstance()
          Get the unique instance.
 IPluginChangesCommand setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p, String factoryComponentInvocationName_p, String referencedFcId_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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FactoryComponentInvocationExtensionFactory getInstance()
Get the unique instance.

Returns:

setFactoryComponentInvocationExtension

public IPluginChangesCommand setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p,
                                                                    String factoryComponentInvocationName_p,
                                                                    String referencedFcId_p,
                                                                    String contextId_p,
                                                                    String referencedTaskFactoryId_p)
Description copied from interface: IFactoryComponentInvocationExtensionFactory
Set an extension matching "FactoryComponentConfiguration" extension-point for given parameters.

Specified by:
setFactoryComponentInvocationExtension in interface IFactoryComponentInvocationExtensionFactory
Returns:
an IPluginChangesCommand instance that performs this change.
See Also:
IFactoryComponentInvocationExtensionFactory.setFactoryComponentInvocationExtension(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

unsetFactoryComponentInvocationExtension

public IPluginChangesCommand unsetFactoryComponentInvocationExtension(String factoryComponentInvocationId_p)
Description copied from interface: IFactoryComponentInvocationExtensionFactory
Unset an extension matching "FactoryComponentConfiguration" extension-point for given parameters.

Specified by:
unsetFactoryComponentInvocationExtension in interface IFactoryComponentInvocationExtensionFactory
Returns:
an IPluginChangesCommand instance that performs this change.
See Also:
IFactoryComponentInvocationExtensionFactory.unsetFactoryComponentInvocationExtension(java.lang.String)

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.