Class BasicModelFixContextFactory
java.lang.Object
com.e1c.g5.v8.dt.internal.check.qfix.BasicModelFixContextFactory
- All Implemented Interfaces:
IFixContextFactory<BasicModelFixContext>
public class BasicModelFixContextFactory
extends Object
implements IFixContextFactory<BasicModelFixContext>
Standard implementation of the
BasicModelFixContext
factory-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(Marker marker, IFixSession session) Creates a context for the given markerBinds this context factory to a specific type of theIFixContext
The EDT fix subsystem supports superclasses to match fix contexts in case if the direct correspondence isn't found
-
Constructor Details
-
BasicModelFixContextFactory
public BasicModelFixContextFactory()
-
-
Method Details
-
createContext
Description copied from interface:IFixContextFactory
Creates a context for the given marker- Specified by:
createContext
in interfaceIFixContextFactory<BasicModelFixContext>
- Parameters:
marker
- The marker to create the context for. May not benull
- Returns:
- The created context. May not be
null
-
getProvidedContextType
Description copied from interface:IFixContextFactory
Binds this context factory to a specific type of theIFixContext
The EDT fix subsystem supports superclasses to match fix contexts in case if the direct correspondence isn't found- Specified by:
getProvidedContextType
in interfaceIFixContextFactory<BasicModelFixContext>
- Returns:
- The type of the served
IFixContext
-