Package com.e1c.g5.v8.dt.check.qfix
Interface IFixContext
- All Known Implementing Classes:
BasicFixContext
,BasicModelFixContext
,SingleVariantXtextBslModuleFixContext
public interface IFixContext
Context provides the fix'es logic with the source data to locate, analyze and prepare/perform the necessary changes
-
Method Summary
-
Method Details
-
getDtProject
IDtProject getDtProject()Gets the DT project from the context- Returns:
- The target project for the fix. May not be
null
-