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 TypeClassDescriptionclass
Supports 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 void
ICheckRepository.registerChecks
(ICheckProvider checkProvider) Registers newICheck
s provided byICheckProvider
.void
ICheckRepository.setCheckProvider
(ICheckProvider checkProvider) Sets the external check provider Used by the testing ifrastructure, shouln't be used by clientsdefault void
ICheckRepository.unregisterChecks
(ICheckProvider checkProvider) UnregistersICheck
s 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 TypeClassDescriptionclass
Implementation ofICheckProvider
for 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 TypeClassDescriptionclass
Check 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 TypeMethodDescriptionvoid
CheckRepository.registerChecks
(ICheckProvider checkProvider) void
CheckRepository.setCheckProvider
(ICheckProvider checkProvider) void
CheckRepository.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