Package com.e1c.g5.v8.dt.check
Interface ICheckContributor
-
public interface ICheckContributor
Single-point contributor for DT check subsystem artifacts, including checks and quickfixes. Implementations should be registered with the TODO extension point
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute()
Contributes the DT check subsystem artifacts.
-
-
-
Method Detail
-
contribute
void contribute()
Contributes the DT check subsystem artifacts. Called by the system in case if the Implementations are guaranteed to be called during the check subsystem initialization phase in a thread-safe manner. All registration procedures must be performed using the DT Check sumsystem programmatic configuration capabilities and not with the low-level manipulations (like extension registry overriding, etc)
-
-