Package jetbrains.mps.make.facets
Class MPSMake
- java.lang.Object
 - 
- jetbrains.mps.components.ComponentPlugin
 - 
- jetbrains.mps.make.facets.MPSMake
 
 
 
- 
- All Implemented Interfaces:
 ComponentHost
public class MPSMake extends ComponentPlugin implements ComponentHost
 
- 
- 
Constructor Summary
Constructors Constructor Description MPSMake(LanguageRegistry languageRegistry) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends CoreComponent>
TfindComponent(Class<T> aClass)voidinit()- 
Methods inherited from class jetbrains.mps.components.ComponentPlugin
dispose, init 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MPSMake
public MPSMake(LanguageRegistry languageRegistry)
 
 - 
 
- 
Method Detail
- 
init
public void init()
- Overrides:
 initin classComponentPlugin
 
- 
findComponent
@Nullable public <T extends CoreComponent> T findComponent(@NotNull Class<T> aClass)
- Specified by:
 findComponentin interfaceComponentHost- Returns:
 - instance of specified component, if known to the host.
 
 
 - 
 
 -