Package jetbrains.mps.project
Class ProjectOperationContext
- java.lang.Object
 - 
- jetbrains.mps.project.StandaloneMPSContext
 - 
- jetbrains.mps.project.ProjectOperationContext
 
 
 
- 
- All Implemented Interfaces:
 IOperationContext
@Deprecated public class ProjectOperationContext extends StandaloneMPSContext
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description ProjectOperationContext(Project project)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> TgetComponent(Class<T> clazz)Deprecated.SModulegetModule()Deprecated.ProjectgetProject()Deprecated.StringtoString()Deprecated.- 
Methods inherited from class jetbrains.mps.project.StandaloneMPSContext
isTestMode, isValid 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ProjectOperationContext
public ProjectOperationContext(Project project)
Deprecated. 
 - 
 
- 
Method Detail
- 
getComponent
public <T> T getComponent(@NotNull Class<T> clazz)
Deprecated.- Specified by:
 getComponentin interfaceIOperationContext- Overrides:
 getComponentin classStandaloneMPSContext
 
- 
getProject
public Project getProject()
Deprecated. 
 - 
 
 -