final class DependencyTraversalExtGen[NodeType <: Dependency] extends AnyVal
Traversal steps for Dependency
- Alphabetic
- By Inheritance
- DependencyTraversalExtGen
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DependencyTraversalExtGen(traversal: IterableOnce[NodeType])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def dependencyGroupId(patterns: String*): Traversal[NodeType]
Traverse to nodes where the dependencyGroupId matches at least one of the regular expressions in
values
- def dependencyGroupId(pattern: String): Traversal[NodeType]
Traverse to nodes where the dependencyGroupId matches the regular expression
value
- def dependencyGroupId: Traversal[String]
Traverse to dependencyGroupId property
- def dependencyGroupIdExact(values: String*): Traversal[NodeType]
Traverse to nodes where dependencyGroupId matches one of the elements in
values
exactly. - def dependencyGroupIdExact(value: String): Traversal[NodeType]
Traverse to nodes where dependencyGroupId matches
value
exactly. - def dependencyGroupIdNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where dependencyGroupId does not match any of the regular expressions in
values
. - def dependencyGroupIdNot(pattern: String): Traversal[NodeType]
Traverse to nodes where dependencyGroupId does not match the regular expression
value
. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name(patterns: String*): Traversal[NodeType]
Traverse to nodes where the name matches at least one of the regular expressions in
values
- def name(pattern: String): Traversal[NodeType]
Traverse to nodes where the name matches the regular expression
value
- def name: Traversal[String]
Traverse to name property
- def nameExact(values: String*): Traversal[NodeType]
Traverse to nodes where name matches one of the elements in
values
exactly. - def nameExact(value: String): Traversal[NodeType]
Traverse to nodes where name matches
value
exactly. - def nameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where name does not match any of the regular expressions in
values
. - def nameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where name does not match the regular expression
value
. - def toString(): String
- Definition Classes
- Any
- val traversal: IterableOnce[NodeType]
- def usedIn(patterns: String*): Traversal[NodeType]
Traverse to nodes where the usedIn matches at least one of the regular expressions in
values
- def usedIn(pattern: String): Traversal[NodeType]
Traverse to nodes where the usedIn matches the regular expression
value
- def usedIn: Traversal[String]
Traverse to usedIn property
- def usedInExact(values: String*): Traversal[NodeType]
Traverse to nodes where usedIn matches one of the elements in
values
exactly. - def usedInExact(value: String): Traversal[NodeType]
Traverse to nodes where usedIn matches
value
exactly. - def usedInNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where usedIn does not match any of the regular expressions in
values
. - def usedInNot(pattern: String): Traversal[NodeType]
Traverse to nodes where usedIn does not match 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
- def version(pattern: String): Traversal[NodeType]
Traverse to nodes where the version matches the regular expression
value
- def version: Traversal[String]
Traverse to version property
- def versionExact(values: String*): Traversal[NodeType]
Traverse to nodes where version matches one of the elements in
values
exactly. - def versionExact(value: String): Traversal[NodeType]
Traverse to nodes where version matches
value
exactly. - def versionNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where version does not match any of the regular expressions in
values
. - def versionNot(pattern: String): Traversal[NodeType]
Traverse to nodes where version does not match the regular expression
value
.