Interface ProjectModuleResolver

All Known Implementing Classes:
LocalWorkspace

public interface ProjectModuleResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.bootstrap.workspace.WorkspaceModule
    getProjectModule(String groupId, String artifactId, String version)
     
  • Method Details

    • getProjectModule

      io.quarkus.bootstrap.workspace.WorkspaceModule getProjectModule(String groupId, String artifactId, String version)