Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckProvider
Packages that use ICheckProvider
Package
Description
-
Uses of ICheckProvider in com._1c.g5.v8.dt.testing.check
Classes in com._1c.g5.v8.dt.testing.check that implement ICheckProviderModifier and TypeClassDescriptionclassSupports dynamic registration of test checks -
Uses of ICheckProvider in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings with parameters of type ICheckProviderModifier and TypeMethodDescriptiondefault voidICheckRepository.registerChecks(ICheckProvider checkProvider) Registers newIChecks provided byICheckProvider.voidICheckRepository.setCheckProvider(ICheckProvider checkProvider) Sets the external check provider Used by the testing ifrastructure, shouln't be used by clientsdefault voidICheckRepository.unregisterChecks(ICheckProvider checkProvider) UnregistersIChecks provided byICheckProvider. -
Uses of ICheckProvider in com.e1c.g5.v8.dt.internal.check.legacy
Classes in com.e1c.g5.v8.dt.internal.check.legacy that implement ICheckProviderModifier and TypeClassDescriptionclassImplementation ofICheckProviderfor loading legacy check from old fashioned validator classes. -
Uses of ICheckProvider in com.e1c.g5.v8.dt.internal.check.repository
Classes in com.e1c.g5.v8.dt.internal.check.repository that implement ICheckProviderModifier and TypeClassDescriptionclassCheck provider from extension point com.e1c.g5.v8.dt.check.checks.Methods in com.e1c.g5.v8.dt.internal.check.repository with parameters of type ICheckProviderModifier and TypeMethodDescriptionvoidCheckRepository.registerChecks(ICheckProvider checkProvider) voidCheckRepository.setCheckProvider(ICheckProvider checkProvider) voidCheckRepository.unregisterChecks(ICheckProvider checkProvider) Constructors in com.e1c.g5.v8.dt.internal.check.repository with parameters of type ICheckProviderModifierConstructorDescriptionCheckRepository(ICheckProvider checkProvider, ICheckScheduler checkScheduler, IBmModelManager bmModelManager, IDtProjectManager dtProjectManager) Creates new instance