Uses of Class
org.eclipse.emf.cdo.common.revision.CDORevisionCrawler.OutputStreamHandler.IDMapper
Packages that use CDORevisionCrawler.OutputStreamHandler.IDMapper
Package
Description
Common concepts for dealing with revisions and revision lists.
-
Uses of CDORevisionCrawler.OutputStreamHandler.IDMapper in org.eclipse.emf.cdo.common.revision
Subclasses of CDORevisionCrawler.OutputStreamHandler.IDMapper in org.eclipse.emf.cdo.common.revisionModifier and TypeClassDescriptionstatic final classIn-memory implementation of IDMapper.Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionCrawler.OutputStreamHandler.IDMapperModifier and TypeMethodDescriptionCDORevisionCrawler.OutputStreamHandler.getLocalIDMapper()Returns the local ID mapper used by this handler, if any.Constructors in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionCrawler.OutputStreamHandler.IDMapperModifierConstructorDescriptionMessageDigestHandler(MessageDigest digest, CDORevisionCrawler.OutputStreamHandler.IDMapper idMapper, CDOLobLoader lobLoader) Constructs a MessageDigestHandler with digest, custom ID mapper, and optional LOB loader.protectedConstructs a MessageDigestHandler with the given data output and ID mapper.OutputStreamHandler(OutputStream stream, CDORevisionCrawler.OutputStreamHandler.IDMapper idMapper, CDOLobLoader lobLoader) Constructs an OutputStreamHandler with custom ID mapper and optional LOB loader.protectedConstructs an OutputStreamHandler with the given data output and ID mapper.