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, waitMethods 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:IDerivedDataManagerProviderGets the derived data status manager for the given project.
Can returnnullif the given project has no underlying BM model, or this model has noDerivedDatamodel provider.- Specified by:
getin interfaceIDerivedDataManagerProvider- Parameters:
project- the target project to get derived data status manager for, cannot benull- Returns:
- the derived data status manager instance or
nullif the given project has no underlying BM model, or this model has noDerivedDatamodel provider
-
get
Description copied from interface:IDerivedDataManagerProviderGets the derived data status manager for the given project.
Can returnnullif the given project has no underlying BM model, or this model has noDerivedDatamodel provider.- Specified by:
getin interfaceIDerivedDataManagerProvider- Parameters:
project- the target V8 project to get derived data status manager for, cannot benull- Returns:
- the derived data status manager instance or
nullif the given project has no underlying BM model, or this model has noDerivedDatamodel provider
-
get
Description copied from interface:IDerivedDataManagerProviderGets the derived data manager associated with the specified DT project.- Specified by:
getin interfaceIDerivedDataManagerProvider- Parameters:
project- theIDtProjecthandle, cannot benull- Returns:
- the derived data manager or
nullif the specified model has no derived data manager provider.
-