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 |
---|---|
(package private) org.eclipse.core.resources.IProject |
ProjectConfigurationManager.create(MavenProjectInfo projectInfo,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
java.util.List<org.eclipse.core.resources.IProject> |
ProjectConfigurationManager.createArchetypeProjects(org.eclipse.core.runtime.IPath location,
org.apache.maven.archetype.catalog.Archetype archetype,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String javaPackage,
java.util.Properties properties,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates project structure using Archetype and then imports created project(s)
|
(package private) java.util.List<org.eclipse.core.resources.IProject> |
ProjectConfigurationManager.createArchetypeProjects0(org.eclipse.core.runtime.IPath location,
org.apache.maven.archetype.catalog.Archetype archetype,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String javaPackage,
java.util.Properties properties,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
ProjectConfigurationManager.createSimpleProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IPath location,
org.apache.maven.model.Model model,
java.lang.String[] directories,
ProjectImportConfiguration configuration,
IProjectCreationListener listener,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates simple Maven project
|
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<org.eclipse.core.resources.IProject> |
IProjectConfigurationManager.createArchetypeProjects(org.eclipse.core.runtime.IPath location,
org.apache.maven.archetype.catalog.Archetype archetype,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String javaPackage,
java.util.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,
java.lang.String[] folders,
ProjectImportConfiguration configuration,
IProjectCreationListener importListener,
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 | 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(java.lang.String pomLocation,
ResolverConfiguration configuration,
IProjectCreationListener listener)
Import a test project into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(java.lang.String basedir,
java.lang.String[] pomNames,
ResolverConfiguration configuration,
boolean skipSanityCheck,
IProjectCreationListener listener) |