Package org.apache.maven.buildcache
Interface MultiModuleSupport
-
- All Known Implementing Classes:
DefaultMultiModuleSupport
public interface MultiModuleSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPartOfMultiModule(String groupId, String artifactId, String version)booleanisPartOfSession(String groupId, String artifactId, String version)Optional<org.apache.maven.project.MavenProject>tryToResolveProject(String groupId, String artifactId, String version)
-