Interface WorkspaceModelResolver
public interface WorkspaceModelResolver
WorkspaceModelResolver
- 
Method SummaryModifier and TypeMethodDescriptionresolveEffectiveModel(String groupId, String artifactId, String versionConstraint) resolveRawModel(String groupId, String artifactId, String versionConstraint) 
- 
Method Details- 
resolveRawModelModel resolveRawModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
- UnresolvableModelException
 
- 
resolveEffectiveModelModel resolveEffectiveModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
- UnresolvableModelException
 
 
-