public interface DependencyNode
Modifier and Type | Method and Description |
---|---|
boolean |
accept(DependencyVisitor visitor)
Traverses this node and potentially its children using the specified visitor.
|
Artifact |
getArtifact() |
List<DependencyNode> |
getChildren()
Gets the child nodes of this node.
|
Boolean |
getOptional() |
List<ArtifactRepository> |
getRemoteRepositories() |
String |
getScope() |
List<DependencyNode> getChildren()
null
Artifact getArtifact()
List<ArtifactRepository> getRemoteRepositories()
Boolean getOptional()
String getScope()
boolean accept(DependencyVisitor visitor)
visitor
- The visitor to call back, must not be null
.true
to visit siblings nodes of this node as well, false
to skip siblings.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.