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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDtProject
getDtProject()
Gets the DT project from the context
-
-
-
Method Detail
-
getDtProject
IDtProject getDtProject()
Gets the DT project from the context- Returns:
- The target project for the fix. May not be
null
-
-