Package com._1c.g5.v8.derived.computer
Class AbstractDerivedDataPartBasedRebuildScopeCollector
- java.lang.Object
-
- com._1c.g5.v8.derived.computer.AbstractDerivedDataPartBasedRebuildScopeCollector
-
- All Implemented Interfaces:
IDerivedDataPartBasedRebuildScopeCollector
public abstract class AbstractDerivedDataPartBasedRebuildScopeCollector extends Object implements IDerivedDataPartBasedRebuildScopeCollector
Abstract standard implementation of the part-based full rebuild scope collector.
-
-
Constructor Summary
Constructors Constructor Description AbstractDerivedDataPartBasedRebuildScopeCollector(org.eclipse.emf.ecore.EClass supportedClass)
Creates an instance of the collector which supports given eClass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getSupportedClass()
Gets the EClass of supported objects.-
Methods 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.computer.IDerivedDataPartBasedRebuildScopeCollector
getScope
-
-
-
-
Method Detail
-
getSupportedClass
public org.eclipse.emf.ecore.EClass getSupportedClass()
Gets the EClass of supported objects.- Specified by:
getSupportedClass
in interfaceIDerivedDataPartBasedRebuildScopeCollector
- Returns:
- The class for objects which are supported by this collectors.
-
-