org.eclipse.gmt.weaver.transformation
Class TransformationExtensionManager

java.lang.Object
  extended by org.eclipse.gmt.weaver.core.WeaverExtensionManager
      extended by org.eclipse.gmt.weaver.transformation.TransformationExtensionManager

public class TransformationExtensionManager
extends WeaverExtensionManager

This class is a manager of extensions for the weaver

Since:
1.0
Author:
- Marcos Didonet Del Fabro (LINA Labs, INRIA team)

Field Summary
 
Fields inherited from class org.eclipse.gmt.weaver.core.WeaverExtensionManager
extensionPoints, modelManager
 
Constructor Summary
TransformationExtensionManager(WeaverModelManager manager)
          Create a new WeaverExtensions
 
Method Summary
 java.util.List getHotExtensions()
          returns a list with the matching transformation available
 java.util.List getMatchingExtensions()
          returns a list with the matching transformation available
 java.util.List getTransformationConfig()
           
 
Methods inherited from class org.eclipse.gmt.weaver.core.WeaverExtensionManager
addAllExtensionsInDescriptor, addExtensionToDescriptor, getAllExtensions, getAllProviderImplementationIcon, getInitializingClasses, getPluginMetamodelPath, getProviderImplementationClass, getProviderImplementationClassByType, getWeavingPanelImplementationClass, getWovenPanelImplementationClass, loadExtension, loadExtensions, removeExtensionFromDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationExtensionManager

public TransformationExtensionManager(WeaverModelManager manager)
Create a new WeaverExtensions

Method Detail

getMatchingExtensions

public java.util.List getMatchingExtensions()
returns a list with the matching transformation available

Returns:

getHotExtensions

public java.util.List getHotExtensions()
returns a list with the matching transformation available

Returns:

getTransformationConfig

public java.util.List getTransformationConfig()