Packages

final class DependencyTraversal[NodeType <: Dependency] extends AnyVal

Traversal steps for Dependency

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyTraversal
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DependencyTraversal(traversal: Traversal[NodeType])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def dependencyGroupId(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the dependencyGroupId matches at least one of the regular expressions in values

  6. def dependencyGroupId(pattern: String): Traversal[NodeType]

    Traverse to nodes where the dependencyGroupId matches the regular expression value

  7. def dependencyGroupId: Traversal[String]

    Traverse to dependencyGroupId property

  8. def dependencyGroupIdExact(values: String*): Traversal[NodeType]

    Traverse to nodes where dependencyGroupId matches one of the elements in values exactly.

  9. def dependencyGroupIdExact(value: String): Traversal[NodeType]

    Traverse to nodes where dependencyGroupId matches value exactly.

  10. def dependencyGroupIdNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where dependencyGroupId does not match any of the regular expressions in values.

  11. def dependencyGroupIdNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where dependencyGroupId does not match the regular expression value.

  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def name(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the name matches at least one of the regular expressions in values

  15. def name(pattern: String): Traversal[NodeType]

    Traverse to nodes where the name matches the regular expression value

  16. def name: Traversal[String]

    Traverse to name property

  17. def nameExact(values: String*): Traversal[NodeType]

    Traverse to nodes where name matches one of the elements in values exactly.

  18. def nameExact(value: String): Traversal[NodeType]

    Traverse to nodes where name matches value exactly.

  19. def nameNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where name does not match any of the regular expressions in values.

  20. def nameNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where name does not match the regular expression value.

  21. def toString(): String
    Definition Classes
    Any
  22. val traversal: Traversal[NodeType]
  23. def version(patterns: String*): Traversal[NodeType]

    Traverse to nodes where the version matches at least one of the regular expressions in values

  24. def version(pattern: String): Traversal[NodeType]

    Traverse to nodes where the version matches the regular expression value

  25. def version: Traversal[String]

    Traverse to version property

  26. def versionExact(values: String*): Traversal[NodeType]

    Traverse to nodes where version matches one of the elements in values exactly.

  27. def versionExact(value: String): Traversal[NodeType]

    Traverse to nodes where version matches value exactly.

  28. def versionNot(patterns: String*): Traversal[NodeType]

    Traverse to nodes where version does not match any of the regular expressions in values.

  29. def versionNot(pattern: String): Traversal[NodeType]

    Traverse to nodes where version does not match the regular expression value.

Inherited from AnyVal

Inherited from Any

Ungrouped