Package | Description |
---|---|
org.eclipse.m2e.core.internal.project | |
org.eclipse.m2e.core.project | |
org.eclipse.m2e.core.ui.internal.wizards | |
org.eclipse.m2e.tests.common |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.core.resources.IProject> |
ProjectConfigurationManager.createArchetypeProjects(org.eclipse.core.runtime.IPath location,
org.apache.maven.archetype.catalog.Archetype archetype,
String groupId,
String artifactId,
String version,
String javaPackage,
Properties properties,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates project structure using Archetype and then imports created project(s)
|
void |
ProjectConfigurationManager.createSimpleProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IPath location,
org.apache.maven.model.Model model,
String[] directories,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates simple Maven project
|
List<IMavenProjectImportResult> |
ProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projectInfos,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.core.resources.IProject> |
IProjectConfigurationManager.createArchetypeProjects(org.eclipse.core.runtime.IPath location,
org.apache.maven.archetype.catalog.Archetype archetype,
String groupId,
String artifactId,
String version,
String javaPackage,
Properties properties,
ProjectImportConfiguration configuration,
IProjectCreationListener importListener,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates project structure using Archetype and then imports the created project(s)
|
void |
IProjectConfigurationManager.createSimpleProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IPath location,
org.apache.maven.model.Model model,
String[] folders,
ProjectImportConfiguration configuration,
IProjectCreationListener importListener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
List<IMavenProjectImportResult> |
IProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projects,
ProjectImportConfiguration configuration,
IProjectCreationListener importListener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
MavenProjectWorkspaceAssigner
IProjectCreationListener which adds new projects to specified working sets.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(String pomLocation,
ResolverConfiguration configuration,
IProjectCreationListener listener)
Import a test project into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(String basedir,
String[] pomNames,
ResolverConfiguration configuration,
boolean skipSanityCheck,
IProjectCreationListener listener) |
Copyright © 2005–2019 Eclipse Foundation. All rights reserved.