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 Details

    • BasicFixContext

      public BasicFixContext(IDtProject dtProject)
      Creates context
      Parameters:
      dtProject - , cannot be null
  • Method Details

    • getDtProject

      public IDtProject getDtProject()
      Description copied from interface: IFixContext
      Gets the DT project from the context
      Specified by:
      getDtProject in interface IFixContext
      Returns:
      The target project for the fix. May not be null