Class DerivedDataManagerProviderMock
java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.DerivedDataManagerProviderMock
- All Implemented Interfaces:
IDerivedDataManagerProvider
-
Field Summary
FieldsFields inherited from interface com._1c.g5.v8.dt.core.platform.IDerivedDataManagerProvider
SERVICE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionDerivedDataManagerProviderMock
(DerivedDataManagerMock derivedDataManagerMock) -
Method Summary
Modifier and TypeMethodDescriptionget
(IDtProject project) Gets the derived data manager associated with the specified DT project.get
(IV8Project project) Gets the derived data status manager for the given project.get
(org.eclipse.core.resources.IProject project) Gets the derived data status manager for the given project.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.dt.core.platform.IDerivedDataManagerProvider
get
-
Field Details
-
derivedDataManager
-
-
Constructor Details
-
DerivedDataManagerProviderMock
-
-
Method Details
-
get
Description copied from interface:IDerivedDataManagerProvider
Gets the derived data status manager for the given project.
Can returnnull
if the given project has no underlying BM model, or this model has noDerivedData
model provider.- Specified by:
get
in interfaceIDerivedDataManagerProvider
- Parameters:
project
- the target project to get derived data status manager for, cannot benull
- Returns:
- the derived data status manager instance or
null
if the given project has no underlying BM model, or this model has noDerivedData
model provider
-
get
Description copied from interface:IDerivedDataManagerProvider
Gets the derived data status manager for the given project.
Can returnnull
if the given project has no underlying BM model, or this model has noDerivedData
model provider.- Specified by:
get
in interfaceIDerivedDataManagerProvider
- Parameters:
project
- the target V8 project to get derived data status manager for, cannot benull
- Returns:
- the derived data status manager instance or
null
if the given project has no underlying BM model, or this model has noDerivedData
model provider
-
get
Description copied from interface:IDerivedDataManagerProvider
Gets the derived data manager associated with the specified DT project.- Specified by:
get
in interfaceIDerivedDataManagerProvider
- Parameters:
project
- theIDtProject
handle, cannot benull
- Returns:
- the derived data manager or
null
if the specified model has no derived data manager provider.
-