Class ManagedRevisionProvider.WithSynthetics
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider
org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider.WithSynthetics
- All Implemented Interfaces:
CDORevisionProvider
,CDORevisionProviderWithSynthetics
- Enclosing class:
- ManagedRevisionProvider
public static class ManagedRevisionProvider.WithSynthetics
extends ManagedRevisionProvider
implements CDORevisionProviderWithSynthetics
A managed revision provider that can also provide
synthetic revisions
.- Since:
- 4.15
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider
ManagedRevisionProvider.WithSynthetics
-
Field Summary
Fields inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider
branchPoint, revisionManager
-
Constructor Summary
ConstructorDescriptionWithSynthetics
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) -
Method Summary
Methods inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider
getBranchPoint, getRevision, getRevisionManager, provideRevision, withSynthetics
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvider
getRevision
-
Constructor Details
-
WithSynthetics
-
-
Method Details
-
getSynthetic
- Specified by:
getSynthetic
in interfaceCDORevisionProviderWithSynthetics
-