Uses of Interface
com.e1c.g5.v8.dt.check.ICheck
-
Packages that use ICheck Package Description com.e1c.g5.v8.dt.bsl.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.check.settings com.e1c.g5.v8.dt.ql.check -
-
Uses of ICheck in com.e1c.g5.v8.dt.bsl.check
Classes in com.e1c.g5.v8.dt.bsl.check that implement ICheck Modifier and Type Class Description class
DocumentationCommentBasicDelegateCheck
Basic documentation comment check. -
Uses of ICheck in com.e1c.g5.v8.dt.check.components
Classes in com.e1c.g5.v8.dt.check.components that implement ICheck Modifier and Type Class Description class
BasicCheck
Standard implementation of check with wide capabilities of configuring. -
Uses of ICheck in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return ICheck Modifier and Type Method Description ICheck
ICheckProvider.CheckInfo. getCheck()
Gets the checkICheck
ICheckRepository. getCheck(CheckUid checkId, IDtProject dtProject)
Gets the check using its UID and corresponding project settingsMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheck Modifier and Type Method Description Map<CheckUid,ICheck>
ICheckRepository. getCheck(String checkId, IDtProject project)
Gets the set of checks using their public identifier.Constructors in com.e1c.g5.v8.dt.check.settings with parameters of type ICheck Constructor Description CheckInfo(String contributorName, CheckUid category, ICheck check)
Constructs an instance -
Uses of ICheck in com.e1c.g5.v8.dt.ql.check
Classes in com.e1c.g5.v8.dt.ql.check that implement ICheck Modifier and Type Class Description class
QlBasicDelegateCheck
Basic form QL check.
-