public interface IProjectRegistry
Modifier and Type | Method and Description |
---|---|
MavenProjectFacade |
getProjectFacade(org.eclipse.core.resources.IFile pom) |
MavenProjectFacade |
getProjectFacade(String groupId,
String artifactId,
String version) |
MavenProjectFacade[] |
getProjects() |
Map<ArtifactKey,Collection<org.eclipse.core.resources.IFile>> |
getWorkspaceArtifacts(String groupId,
String artifactId) |
MavenProjectFacade getProjectFacade(org.eclipse.core.resources.IFile pom)
MavenProjectFacade getProjectFacade(String groupId, String artifactId, String version)
MavenProjectFacade[] getProjects()
Map<ArtifactKey,Collection<org.eclipse.core.resources.IFile>> getWorkspaceArtifacts(String groupId, String artifactId)
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.