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 SummaryConstructors Constructor Description BasicFixContext(IDtProject dtProject)Creates context
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDtProjectgetDtProject()Gets the DT project from the context
 
- 
- 
- 
Constructor Detail- 
BasicFixContextpublic BasicFixContext(IDtProject dtProject) Creates context- Parameters:
- dtProject- , cannot be- null
 
 
- 
 - 
Method Detail- 
getDtProjectpublic IDtProject getDtProject() Description copied from interface:IFixContextGets the DT project from the context- Specified by:
- getDtProjectin interface- IFixContext
- Returns:
- The target project for the fix. May not be null
 
 
- 
 
-