de.danielbechler.diff
Class ObjectDifferFactory

java.lang.Object
  extended by de.danielbechler.diff.ObjectDifferFactory

public final class ObjectDifferFactory
extends Object

Creates new ObjectDiffer instances.

Author:
Daniel Bechler

Method Summary
static ObjectDiffer getInstance()
          Returns a new ObjectDiffer instance.
static ObjectDiffer getInstance(Configuration configuration)
          Returns a new ObjectDiffer instance and passes it the given Configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ObjectDiffer getInstance()
Returns a new ObjectDiffer instance.

Returns:
A new ObjectDiffer instance.

getInstance

public static ObjectDiffer getInstance(Configuration configuration)
Returns a new ObjectDiffer instance and passes it the given Configuration

Parameters:
configuration - The configuration for the ObjectDiffer.
Returns:
A new ObjectDiffer instance.


Copyright © 2012. All Rights Reserved.