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) @Nullable ResolvedDependencyfindDependency(@Nullable String groupId, @Nullable 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
-
findDependency
public @Nullable ResolvedDependency findDependency(@Nullable String groupId, @Nullable String artifactId) -
toString
-