Package org.apache.maven.buildcache
Interface MultiModuleSupport
- All Known Implementing Classes:
DefaultMultiModuleSupport
public interface MultiModuleSupport
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPartOfMultiModule(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)
-
Method Details
-
tryToResolveProject
-
isPartOfMultiModule
-
isPartOfSession
-