EGF Engine
Release 0.1.0

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

All Known Implementing Classes:
MappingExtensionFactory

public interface IMappingExtensionFactory

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


Method Summary
 IPluginChangesCommand setMappingExtension(String mappingId_p, String mappingName_p, String path_p, String source_p, String target_p)
          Set an extension matching mapping extension-point for given parameters.
 IPluginChangesCommand unsetMappingExtension(String mappingId_p)
          Unset an extension matching mapping extension-point for given parameters.
 

Method Detail

setMappingExtension

IPluginChangesCommand setMappingExtension(String mappingId_p,
                                          String mappingName_p,
                                          String path_p,
                                          String source_p,
                                          String target_p)
Set an extension matching mapping extension-point for given parameters.

Parameters:
mappingId_p -
mappingName_p -
path_p -
source_p -
target_p -
Returns:
an IPluginChangesCommand instance that performs this change.

unsetMappingExtension

IPluginChangesCommand unsetMappingExtension(String mappingId_p)
Unset an extension matching mapping extension-point for given parameters.

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