Package | Description |
---|---|
org.eclipse.m2e.core.internal.project | |
org.eclipse.m2e.core.project | |
org.eclipse.m2e.core.ui.internal.wizards |
Modifier and Type | Class and Description |
---|---|
class |
MavenProjectImportResult |
Modifier and Type | Method and Description |
---|---|
java.util.List<IMavenProjectImportResult> |
ProjectConfigurationManager.importProjects(java.util.Collection<MavenProjectInfo> projectInfos,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
java.util.List<IMavenProjectImportResult> |
ProjectConfigurationManager.importProjects(java.util.Collection<MavenProjectInfo> projectInfos,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IMavenProjectImportResult> |
IProjectConfigurationManager.importProjects(java.util.Collection<MavenProjectInfo> projects,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
java.util.List<IMavenProjectImportResult> |
IProjectConfigurationManager.importProjects(java.util.Collection<MavenProjectInfo> projects,
ProjectImportConfiguration configuration,
IProjectCreationListener importListener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.ArrayList<org.eclipse.core.resources.IProject> |
AbstractCreateMavenProjectJob.toProjects(java.util.List<IMavenProjectImportResult> results) |
protected static java.util.ArrayList<org.eclipse.core.resources.IProject> |
AbstractCreateMavenProjectsOperation.toProjects(java.util.List<IMavenProjectImportResult> results) |