Package jetbrains.mps.smodel.language
Class ExtensionRegistry
- java.lang.Object
 - 
- jetbrains.mps.smodel.language.BaseExtensionRegistry
 - 
- jetbrains.mps.smodel.language.ExtensionRegistry
 
 
 
- 
- All Implemented Interfaces:
 CoreComponent
public class ExtensionRegistry extends BaseExtensionRegistry implements CoreComponent
Registry of extensions populated by classes loaded from compiled and deployed modules 
- 
- 
Constructor Summary
Constructors Constructor Description ExtensionRegistry(ClassLoaderManager clm) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddispose()static ExtensionRegistrygetInstance()Deprecated.avoid static access, replace withcomponentHost.findComponent(ExtensionRegistry.class)voidinit()- 
Methods inherited from class jetbrains.mps.smodel.language.BaseExtensionRegistry
clear, getExtensionPoint, getExtensions, getObjects, hasExtensionPoint, registerExtensionDescriptor, registerExtensionPoints, registerExtensions, unregisterExtensionDescriptor, unregisterExtensionPoints, unregisterExtensions 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ExtensionRegistry
public ExtensionRegistry(@NotNull ClassLoaderManager clm)
 
 - 
 
- 
Method Detail
- 
getInstance
@Deprecated public static ExtensionRegistry getInstance()
Deprecated.avoid static access, replace withcomponentHost.findComponent(ExtensionRegistry.class) 
- 
init
public void init()
- Specified by:
 initin interfaceCoreComponent
 
- 
dispose
public void dispose()
- Specified by:
 disposein interfaceCoreComponent
 
 - 
 
 -