Package jetbrains.mps.make
Class IMakeService.INSTANCE
- java.lang.Object
 - 
- jetbrains.mps.make.IMakeService.INSTANCE
 
 
- 
- Enclosing interface:
 - IMakeService
 
@Deprecated public static class IMakeService.INSTANCE extends Object
Deprecated.global singleton is not a proper way to obtain active make facility of MPS platform. Instead, useMakeServiceComponent. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IMakeServiceget()Deprecated.the method will be removed after 2018.3 is outstatic booleanhasMakeService()Deprecated.static booleanisSessionActive()Deprecated.static voidset(IMakeService service)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
get
@Deprecated public static IMakeService get()
Deprecated.the method will be removed after 2018.3 is out 
- 
set
public static void set(IMakeService service)
Deprecated. 
- 
isSessionActive
public static boolean isSessionActive()
Deprecated. 
- 
hasMakeService
public static boolean hasMakeService()
Deprecated. 
 - 
 
 -