Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigurationManager.createArchetypeProject(org.eclipse.core.resources.IProject project,
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
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,
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates simple Maven project
|
List<IMavenProjectImportResult> |
ProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projectInfos,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
IProjectConfigurationManager.createArchetypeProject(org.eclipse.core.resources.IProject project,
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
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,
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,
org.eclipse.core.runtime.IProgressMonitor monitor) |
List<IMavenProjectImportResult> |
IProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projects,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Field and Description |
---|---|
protected ProjectImportConfiguration |
AbstractMavenProjectWizard.importConfiguration |
Modifier and Type | Method and Description |
---|---|
ProjectImportConfiguration |
AbstractMavenWizardPage.getImportConfiguration() |
ProjectImportConfiguration |
AbstractMavenProjectWizard.getProjectImportConfiguration() |
Constructor and Description |
---|
AbstractMavenWizardPage(String pageName,
ProjectImportConfiguration importConfiguration)
Creates a page.
|
ImportMavenProjectsJob(Collection<MavenProjectInfo> projects,
List<org.eclipse.ui.IWorkingSet> workingSets,
ProjectImportConfiguration importConfiguration) |
MavenDependenciesWizardPage(ProjectImportConfiguration projectImportConfiguration,
String title,
String description) |
MavenImportWizard(ProjectImportConfiguration importConfiguration,
List<String> locations) |
MavenImportWizardPage(ProjectImportConfiguration importConfiguration) |
MavenModuleWizardParentPage(ProjectImportConfiguration projectImportConfiguration,
List<org.eclipse.ui.IWorkingSet> workingSets)
Creates a new page.
|
MavenProjectWizardArchetypePage(ProjectImportConfiguration projectImportConfiguration)
Default constructor.
|
MavenProjectWizardArchetypeParametersPage(ProjectImportConfiguration projectImportConfiguration)
Creates a new page.
|
MavenProjectWizardArtifactPage(ProjectImportConfiguration projectImportConfiguration)
Sets the title and description of this wizard page and marks it as not being complete as user input is required for
continuing.
|
MavenProjectWizardArtifactPage(String name,
ProjectImportConfiguration projectImportConfiguration)
Sets the title and description of this wizard page and marks it as not being complete as user input is required for
continuing.
|
MavenProjectWizardLocationPage(ProjectImportConfiguration configuration,
String title,
String description,
List<org.eclipse.ui.IWorkingSet> workingSets)
Creates Maven project location page.
|
ResolverConfigurationComponent(org.eclipse.swt.widgets.Composite parent,
ProjectImportConfiguration propectImportConfiguration,
boolean enableProjectNameTemplate)
Creates a new component.
|
Constructor and Description |
---|
MavenCheckoutLocationPage(ProjectImportConfiguration projectImportConfiguration) |
MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration,
boolean checkoutAllProjects,
List<org.eclipse.ui.IWorkingSet> workingSets) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(String projectName,
String projectLocation,
ProjectImportConfiguration importConfiguration) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.