com.codecommit.antixml

ZipperMergeStrategy

object ZipperMergeStrategy extends AnyRef

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

Value Members

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

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

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

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

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

    Attributes
    final
    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. 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 RequireLocal except that it throws an error if it detects a change to the element's children property that would otherwise be ignored.

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def clone (): AnyRef

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. def toString (): String

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

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

    Returns a 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. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any