Package com.e1c.langtool.v8.dt.check
Class DefaultDisbledCheckExtension
java.lang.Object
com.e1c.langtool.v8.dt.check.DefaultDisbledCheckExtension
- All Implemented Interfaces:
IBasicCheckExtension
The extension disables the check by default.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureContextCollector(ICheckDefinition definition) This method allows to add settings to theICheckDefinitionduring the check configuration cycleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.g5.v8.dt.check.components.IBasicCheckExtension
contributeTopObjectFilter, preCheck
-
Constructor Details
-
DefaultDisbledCheckExtension
public DefaultDisbledCheckExtension()
-
-
Method Details
-
configureContextCollector
Description copied from interface:IBasicCheckExtensionThis method allows to add settings to theICheckDefinitionduring the check configuration cycle- Specified by:
configureContextCollectorin interfaceIBasicCheckExtension- Parameters:
definition- The check definition. May not benull
-