Interface ProjectsSelector
- All Known Implementing Classes:
- DefaultProjectsSelector
public interface ProjectsSelector
Facade to select projects for a given set of pom.xml files.
- 
Method SummaryModifier and TypeMethodDescriptionselectProjects(List<File> files, MavenExecutionRequest request) Select Maven projects from a list of POM files.
- 
Method Details- 
selectProjectsList<MavenProject> selectProjects(List<File> files, MavenExecutionRequest request) throws ProjectBuildingException Select Maven projects from a list of POM files.- Parameters:
- files- List of POM files.
- request- The- MavenExecutionRequest
- Returns:
- A list of projects that have been found in the specified POM files.
- Throws:
- ProjectBuildingException- In case the POMs are not used.
 
 
-