Package jetbrains.mps.validation
Class ValidationSettings
- java.lang.Object
 - 
- jetbrains.mps.validation.ValidationSettings
 
 
- 
- All Implemented Interfaces:
 CoreComponent
public class ValidationSettings extends Object implements CoreComponent
FIXME I suspect there's no need in settings of IModelValidationSettings these days, therefore CheckerRegistry is kept separate so that we can remove this class once settings are gone. OTOH, CheckerRegistry itself is kind of odd (especially as an MPSCore component), perhaps, is less odd if part of generic 'validation' infrastructure. evgeny, 12/27/11 
- 
- 
Constructor Summary
Constructors Constructor Description ValidationSettings(CheckerRegistry checkerRegistry) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddispose()CheckerRegistrygetCheckerRegistry()Deprecated.CheckerRegistryisCoreComponent, useComponentHost.findComponent(Class)to obtain its instance To my best knowledge, there are no uses of this method in mbeddr.static ValidationSettingsgetInstance()IModelValidationSettingsgetModelValidationSettings()voidinit()voidsetModelValidationSettings(IModelValidationSettings settings) 
 - 
 
- 
- 
Constructor Detail
- 
ValidationSettings
public ValidationSettings(CheckerRegistry checkerRegistry)
 
 - 
 
- 
Method Detail
- 
getInstance
public static ValidationSettings getInstance()
 
- 
init
public void init()
- Specified by:
 initin interfaceCoreComponent
 
- 
dispose
public void dispose()
- Specified by:
 disposein interfaceCoreComponent
 
- 
getModelValidationSettings
public IModelValidationSettings getModelValidationSettings()
 
- 
getCheckerRegistry
@Deprecated public CheckerRegistry getCheckerRegistry()
Deprecated.CheckerRegistryisCoreComponent, useComponentHost.findComponent(Class)to obtain its instance To my best knowledge, there are no uses of this method in mbeddr. 
- 
setModelValidationSettings
public void setModelValidationSettings(@Nullable IModelValidationSettings settings)
 
 - 
 
 -