Interface WorkspaceModelResolver
public interface WorkspaceModelResolver
WorkspaceModelResolver
- 
Method Summary
Modifier and TypeMethodDescriptionresolveEffectiveModel(String groupId, String artifactId, String versionConstraint) resolveRawModel(String groupId, String artifactId, String versionConstraint)  
- 
Method Details
- 
resolveRawModel
Model resolveRawModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
 UnresolvableModelException
 - 
resolveEffectiveModel
Model resolveEffectiveModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
 UnresolvableModelException
 
 -