com.codecommit.antixml

ZipperMergeStrategy

object ZipperMergeStrategy

Source
ZipperMergeStrategy.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ZipperMergeStrategy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object AlwaysLocal extends ZipperMergeStrategy

    This strategy unconditionally replaces the "top-level" properties of a node with its direct update but replaces the children of the node with the children of the its indirect update.

  7. object AlwaysPreferChildren extends ZipperMergeStrategy

    This strategy unconditionally replaces the original node with its indirectUpdate.

  8. object AlwaysPreferParents extends ZipperMergeStrategy

    This strategy unconditionally replaces the original node with its directUpdate.

  9. implicit object PreferLatest extends ZipperMergeStrategy

    A strategy that prefers later updates to earlier ones.

  10. object RequireConflictFree extends ZipperMergeStrategy

    A strategy that simply throws an exception if it is ever invoked.

  11. object RequireLocal extends ZipperMergeStrategy

    This strategy is similar to AlwaysLocal except that it throws an error if it detects a change to a conflicted element's children property (as opposed to ignoring the change, as AlwaysLocal would).

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def uniformlyApply(f: (ZipperMergeContext, Node, Int) ⇒ Seq[Node]): ZipperMergeStrategy

    Returns a com.codecommit.antixml.ZipperMergeStrategy obtained by uniformly applying the specified function to each directUpdate node in the merge context and concatenating the results.

    Returns a com.codecommit.antixml.ZipperMergeStrategy obtained by uniformly applying the specified function to each directUpdate node in the merge context and concatenating the results. The function takes the merge context, a directUpdate node and its associated update time as arguments and returns a sequence of replacement nodes.

    See also

    com.codecommit.antixml.Zipper

  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped