Package com.e1c.g5.v8.dt.check
Interface ICheckContributor
- 
 public interface ICheckContributorSingle-point contributor for DT check subsystem artifacts, including checks and quickfixes. Implementations should be registered with the TODO extension point
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontribute()Contributes the DT check subsystem artifacts.
 
- 
- 
- 
Method Detail- 
contributevoid 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)
 
- 
 
-