EGF Engine
Release 0.1.0

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

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

public class TaskFactoryExtensionFactory
extends Object
implements ITaskFactoryExtensionFactory

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


Method Summary
static TaskFactoryExtensionFactory getInstance()
          Get the unique instance.
 IPluginChangesCommand setTaskFactoryExtension(String taskFactoryId_p, String implementationClassName_p)
          Set an extension matching "taskFactory" extension-point for given parameters.
 IPluginChangesCommand unsetTaskFactoryExtension(String taskFactoryId_p)
          Unset an extension matching "taskFactory" 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 TaskFactoryExtensionFactory getInstance()
Get the unique instance.

Returns:

setTaskFactoryExtension

public IPluginChangesCommand setTaskFactoryExtension(String taskFactoryId_p,
                                                     String implementationClassName_p)
Description copied from interface: ITaskFactoryExtensionFactory
Set an extension matching "taskFactory" extension-point for given parameters.

Specified by:
setTaskFactoryExtension in interface ITaskFactoryExtensionFactory
Returns:
See Also:
ITaskFactoryExtensionFactory.setTaskFactoryExtension(java.lang.String, java.lang.String)

unsetTaskFactoryExtension

public IPluginChangesCommand unsetTaskFactoryExtension(String taskFactoryId_p)
Description copied from interface: ITaskFactoryExtensionFactory
Unset an extension matching "taskFactory" extension-point for given parameters.

Specified by:
unsetTaskFactoryExtension in interface ITaskFactoryExtensionFactory
Returns:
See Also:
ITaskFactoryExtensionFactory.unsetTaskFactoryExtension(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.