Class ChangeSet.Builder

  • Enclosing class:
    ChangeSet

    public static class ChangeSet.Builder
    extends java.lang.Object
    Builds class for creating ChangeSet instances. The builder is here for creating three kind of ChangeSet instances:
    • Persistent: used for tracking and persisting content store changes.
    • Transient: used for computing the merged list of changes a slave should apply for being in synch with master.
    • Empty: an immutable "NullObject" used for denoting an empty ChangeSet instance.
    See Also:
    Null Object Design Pattern
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()