Class LanguageCheckContextCollector
java.lang.Object
com.e1c.g5.v8.dt.internal.check.derived.LanguageCheckContextCollector
- All Implemented Interfaces:
IContextCollector
Languge-specific check context collector. Used only during the full rebuild cycle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectContextOnFullRebuild
(Object objectId, IContextCollectingSession contextSession) String[]
Gets the full rebuild scope provided by this collector.org.eclipse.emf.ecore.EClass
Gets the type of the BM object this collector supports.boolean
Returnstrue
if this is a model context collector.boolean
Returnstrue
if this is a resource context collector.void
setComplexChecksPresent
(boolean complexChecksPresent) Sets the complex check presence indicatorvoid
setNormalChecksPresent
(boolean normalChecksPresent) Sets the normal check presence indicatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.v8.derived.context.IContextCollector
collectContextOnFeatureChange, collectContextOnFullRebuild, collectContextOnObjectAssociation
-
Constructor Details
-
LanguageCheckContextCollector
public LanguageCheckContextCollector()
-
-
Method Details
-
collectContextOnFullRebuild
- Specified by:
collectContextOnFullRebuild
in interfaceIContextCollector
-
fullRebuildScope
Description copied from interface:IContextCollector
Gets the full rebuild scope provided by this collector.- Specified by:
fullRebuildScope
in interfaceIContextCollector
- Returns:
- Array of DD segments that participate in the full rebuild procedure using this collector.
Can be empty or
null
in case if this collector isn't participating in the rebuild.
-
getSupportedType
public org.eclipse.emf.ecore.EClass getSupportedType()Description copied from interface:IContextCollector
Gets the type of the BM object this collector supports.- Specified by:
getSupportedType
in interfaceIContextCollector
- Returns:
- The type of supported BM object.
-
isModelContextCollector
public boolean isModelContextCollector()Description copied from interface:IContextCollector
Returnstrue
if this is a model context collector.- Specified by:
isModelContextCollector
in interfaceIContextCollector
- Returns:
true
if this is a model context collector.
-
isResourceContextCollector
public boolean isResourceContextCollector()Description copied from interface:IContextCollector
Returnstrue
if this is a resource context collector.- Specified by:
isResourceContextCollector
in interfaceIContextCollector
- Returns:
true
if this is a resource context collector.
-
setComplexChecksPresent
public void setComplexChecksPresent(boolean complexChecksPresent) Sets the complex check presence indicator- Parameters:
complexChecksPresent
- The indicator to set
-
setNormalChecksPresent
public void setNormalChecksPresent(boolean normalChecksPresent) Sets the normal check presence indicator- Parameters:
normalChecksPresent
- The indicator to set
-