Interface MultiModuleSupport

All Known Implementing Classes:
DefaultMultiModuleSupport

public interface MultiModuleSupport
  • Method Details

    • tryToResolveProject

      Optional<org.apache.maven.project.MavenProject> tryToResolveProject(String groupId, String artifactId, String version)
    • isPartOfMultiModule

      boolean isPartOfMultiModule(String groupId, String artifactId, String version)
    • isPartOfSession

      boolean isPartOfSession(String groupId, String artifactId, String version)