Package org.openrewrite.maven.tree
Class ResolvedDependency
java.lang.Object
org.openrewrite.maven.tree.ResolvedDependency
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDependencies(String groupId, String artifactId) findDependencies0(String groupId, String artifactId, Set<ResolvedDependency> visited) @Nullable ResolvedDependencyfindDependency(String groupId, String artifactId) @Nullable StringgetType()booleanisDirect()booleantoString()
-
Constructor Details
-
ResolvedDependency
public ResolvedDependency()
-
-
Method Details
-
getEffectiveExclusions
-
getGroupId
-
getArtifactId
-
getVersion
-
getType
-
isDirect
public boolean isDirect() -
isTransitive
public boolean isTransitive() -
getDatedSnapshotVersion
-
findDependencies
-
findDependencies0
public List<ResolvedDependency> findDependencies0(String groupId, String artifactId, Set<ResolvedDependency> visited) -
findDependency
-
toString
-