Class VerboseDependencyNode
java.lang.Object
org.apache.maven.shared.dependency.graph.internal.DefaultDependencyNode
org.apache.maven.shared.dependency.graph.internal.VerboseDependencyNode
- All Implemented Interfaces:
DependencyNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Utility class to concatenate a number of parameters with separator tokens. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVerboseDependencyNode
(DependencyNode parent, org.apache.maven.artifact.Artifact artifact, String premanagedVersion, String premanagedScope, String versionConstraint, Boolean optional, List<org.apache.maven.model.Exclusion> exclusions, ConflictData data) -
Method Summary
Modifier and TypeMethodDescriptionReturns a string representation of this dependency node.Methods inherited from class org.apache.maven.shared.dependency.graph.internal.DefaultDependencyNode
accept, getArtifact, getChildren, getExclusions, getOptional, getParent, getPremanagedScope, getPremanagedVersion, getVersionConstraint, setChildren
-
Field Details
-
data
-
-
Constructor Details
-
Method Details
-
toNodeString
Description copied from interface:DependencyNode
Returns a string representation of this dependency node.- Specified by:
toNodeString
in interfaceDependencyNode
- Overrides:
toNodeString
in classDefaultDependencyNode
- Returns:
- Stringified representation of this DependencyNode.
-