Class DefaultEqualityHelperFactory

java.lang.Object
org.eclipse.emf.compare.match.DefaultEqualityHelperFactory
All Implemented Interfaces:
IEqualityHelperFactory

public class DefaultEqualityHelperFactory
extends java.lang.Object
implements IEqualityHelperFactory
Default implementation of IEqualityHelperFactory.
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultEqualityHelperFactory()
    Default constructor.
    DefaultEqualityHelperFactory​(com.google.common.cache.CacheBuilder<java.lang.Object,​java.lang.Object> cacheBuilder)
    Creates a factory with the given CacheBuilder.
  • Method Summary

    Modifier and Type Method Description
    IEqualityHelper createEqualityHelper()
    Returns a new IEqualityHelper.
    protected com.google.common.cache.CacheBuilder<java.lang.Object,​java.lang.Object> getCacheBuilder()
    Returns the cache builder that should be used by this factory to create its equality helpers.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait