DependencyTraversalExtGen

final
class DependencyTraversalExtGen[NodeType <: Dependency](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Dependency

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def dependencyGroupId: Traversal[String]

Traverse to dependencyGroupId property

Traverse to dependencyGroupId property

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

Traverse to nodes where the dependencyGroupId matches the regular expression value

Traverse to nodes where the dependencyGroupId matches the regular expression value

def dependencyGroupId(patterns: String*): Traversal[NodeType]

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

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

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

Traverse to nodes where dependencyGroupId matches value exactly.

Traverse to nodes where dependencyGroupId matches value exactly.

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

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

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

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

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

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

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

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

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

def name: Traversal[String]

Traverse to name property

Traverse to name property

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

Traverse to nodes where the name matches the regular expression value

Traverse to nodes where the name matches the regular expression value

def name(patterns: String*): Traversal[NodeType]

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

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

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

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

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

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

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

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

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

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

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

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

def usedIn: Traversal[String]

Traverse to usedIn property

Traverse to usedIn property

def usedIn(pattern: String): Traversal[NodeType]

Traverse to nodes where the usedIn matches the regular expression value

Traverse to nodes where the usedIn matches the regular expression value

def usedIn(patterns: String*): Traversal[NodeType]

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

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

def usedInExact(value: String): Traversal[NodeType]

Traverse to nodes where usedIn matches value exactly.

Traverse to nodes where usedIn matches value exactly.

def usedInExact(values: String*): Traversal[NodeType]

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

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

def usedInNot(pattern: String): Traversal[NodeType]

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

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

def usedInNot(patterns: String*): Traversal[NodeType]

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

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

def version: Traversal[String]

Traverse to version property

Traverse to version property

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

Traverse to nodes where the version matches the regular expression value

Traverse to nodes where the version matches the regular expression value

def version(patterns: String*): Traversal[NodeType]

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

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

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

Traverse to nodes where version matches value exactly.

Traverse to nodes where version matches value exactly.

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

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

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

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

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

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

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

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

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

Concrete fields

val traversal: IterableOnce[NodeType]