Uses of Interface
de.smartics.maven.util.project.MavenContext

Packages that use MavenContext
de.smartics.maven.util.eclipse   
de.smartics.maven.util.project   
 

Uses of MavenContext in de.smartics.maven.util.eclipse
 

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.
 

Uses of MavenContext in de.smartics.maven.util.project
 

Classes in de.smartics.maven.util.project that implement MavenContext
 class DefaultMavenContext
          A simple bean to provide information to services that require some sort of Maven infrastructure.
 



Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.