Class BasicFixContext
- java.lang.Object
-
- com.e1c.g5.v8.dt.check.qfix.components.BasicFixContext
-
- All Implemented Interfaces:
IFixContext
- Direct Known Subclasses:
BasicModelFixContext
,SingleVariantXtextBslModuleFixContext
public class BasicFixContext extends Object implements IFixContext
The basic quick fix context
-
-
Constructor Summary
Constructors Constructor Description BasicFixContext(IDtProject dtProject)
Creates context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDtProject
getDtProject()
Gets the DT project from the context
-
-
-
Constructor Detail
-
BasicFixContext
public BasicFixContext(IDtProject dtProject)
Creates context- Parameters:
dtProject
- , cannot benull
-
-
Method Detail
-
getDtProject
public IDtProject getDtProject()
Description copied from interface:IFixContext
Gets the DT project from the context- Specified by:
getDtProject
in interfaceIFixContext
- Returns:
- The target project for the fix. May not be
null
-
-