EGF Engine
Release 0.1.0

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

All Known Implementing Classes:
TaskFactoryExtensionFactory

public interface ITaskFactoryExtensionFactory

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


Method Summary
 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.
 

Method Detail

setTaskFactoryExtension

IPluginChangesCommand setTaskFactoryExtension(String taskFactoryId_p,
                                              String implementationClassName_p)
Set an extension matching "taskFactory" extension-point for given parameters.

Parameters:
taskFactoryId_p -
implementationClassName_p -
Returns:

unsetTaskFactoryExtension

IPluginChangesCommand unsetTaskFactoryExtension(String taskFactoryId_p)
Unset an extension matching "taskFactory" extension-point for given parameters.

Parameters:
taskFactoryId_p -
Returns:

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.