public interface DependencyValidator
BundleDependency| Modifier and Type | Method and Description |
|---|---|
boolean |
areDependenciesValid(List<ArtifactCoordinates> dependencies)
Validates that the
ArtifactCoordinates are correct. |
boolean areDependenciesValid(List<ArtifactCoordinates> dependencies) throws ValidationException
ArtifactCoordinates are correct.dependencies - the dependencies to be validatedValidationException - if there is a problem with the ArtifactCoordinates
and validation should be stopped.Copyright © 2024 MuleSoft Inc. All rights reserved.