EGF Engine
Release 0.1.0

org.eclipse.egf.model.edit.helper
Class FactoryComponentHelper

java.lang.Object
  extended by org.eclipse.egf.model.edit.helper.FactoryComponentHelper

public class FactoryComponentHelper
extends Object

Provides services related to a factory component implemented using both EGF PDE & RootFc services.


Constructor Summary
FactoryComponentHelper()
           
 
Method Summary
static URI getDomainURI(String fcId_p)
          Returns the domain uri for given domain.
static String getPluginId(String fcId_p, PlatformLocationType search_p)
          Get the plug-in id for given factory component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryComponentHelper

public FactoryComponentHelper()
Method Detail

getPluginId

public static String getPluginId(String fcId_p,
                                 PlatformLocationType search_p)
Get the plug-in id for given factory component.

Parameters:
fcId_p -
search_p - drives the algorithm that processes the search.
Returns:
a plug-in id or null if not found.

getDomainURI

public static URI getDomainURI(String fcId_p)
Returns the domain uri for given domain.

Parameters:
domain_p -
Returns:
a not null URI if given domain is defined.

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.