Package org.savantbuild.dep
Class DependencyTools
java.lang.Object
org.savantbuild.dep.DependencyTools
Helpers for dependency objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatchesExclusion(ArtifactID artifact, ArtifactID exclusion) Determines if the given artifact ID matches the given exclusion, taking into consideration wildcards in the exclusion.
-
Constructor Details
-
DependencyTools
public DependencyTools()
-
-
Method Details
-
matchesExclusion
Determines if the given artifact ID matches the given exclusion, taking into consideration wildcards in the exclusion.- Parameters:
artifact- The artifact ID.exclusion- The exclusion.- Returns:
- True if it matches, false if not.
-