public interface WorkspaceModelResolver
Modifier and Type | Method and Description |
---|---|
Model |
resolveEffectiveModel(String groupId,
String artifactId,
String versionConstraint) |
Model |
resolveRawModel(String groupId,
String artifactId,
String versionConstraint) |
Model resolveRawModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException
UnresolvableModelException
Model resolveEffectiveModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException
UnresolvableModelException
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.