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 boolean
isPartOfMultiModule(String groupId, String artifactId, String version)
boolean
isPartOfSession(String groupId, String artifactId, String version)
Optional<org.apache.maven.project.MavenProject>
tryToResolveProject(String groupId, String artifactId, String version)
-