Methods in de.smartics.maven.util.eclipse with parameters of type MavenContext |
static Set<String> |
WorkspaceUtils.fetchMavenProjectIds(MavenContext context, File workspaceDir, Set<String> includes, Set<String> excludes, boolean filterSubprojects) Returns the set of IDs of Maven projects found in the given workspace directory. |
static Set<MavenProject> |
WorkspaceUtils.fetchMavenProjects(MavenContext context, File workspaceDir, Set<String> includes, Set<String> excludes) Returns the set of Maven projects found in the given workspace directory. |
static Set<MavenProject> |
WorkspaceUtils.fetchMavenProjects(MavenContext context, File workspaceDir, Set<String> includes, Set<String> excludes, boolean filterSubprojects) Returns the set of Maven projects found in the given workspace directory. |