Package jetbrains.mps.core.platform
Class MPSProjectValidation
- java.lang.Object
 - 
- jetbrains.mps.components.ComponentPlugin
 - 
- jetbrains.mps.core.platform.MPSProjectValidation
 
 
 
- 
public class MPSProjectValidation extends ComponentPlugin
Provides validation code for project modules. Could be CoreComponent to get initialized from MPSCore, indeed. However, I intend to try alternative approach and not to bundle everything into mps-core.jar and try smaller pieces(jars) instead. After all, some RCP configurations might not need project checking code at all. This approach doesn't require MPSCore to move outside of [kernel] (though one day it likely get back to its own `umbrella` module anyway)Deliberately not ComponentHost as it doesn't host any CoreComponent at the moment
- Since:
 - 2019.1
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidinit()- 
Methods inherited from class jetbrains.mps.components.ComponentPlugin
init 
 - 
 
 - 
 
- 
- 
Method Detail
- 
init
public void init()
- Overrides:
 initin classComponentPlugin
 
- 
dispose
public void dispose()
- Overrides:
 disposein classComponentPlugin
 
 - 
 
 -