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) |
void |
ProjectConfigurationManager.createArchetypeProject(org.eclipse.core.resources.IProject project,
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,
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates project structure using Archetype and then imports created project(s)
|
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,
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,
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 |
---|---|
void |
IProjectConfigurationManager.createArchetypeProject(org.eclipse.core.resources.IProject project,
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates project structure using Archetype and then imports the created project(s)
|
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,
org.eclipse.core.runtime.IProgressMonitor monitor) |
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,
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 | Field and Description |
---|---|
private ProjectImportConfiguration |
ImportMavenProjectsJob.importConfiguration |
private ProjectImportConfiguration |
AbstractMavenWizardPage.importConfiguration
The project import configuration
|
protected ProjectImportConfiguration |
AbstractMavenProjectWizard.importConfiguration |
private ProjectImportConfiguration |
ResolverConfigurationComponent.projectImportConfiguration
project import configuration
|
Modifier and Type | Method and Description |
---|---|
ProjectImportConfiguration |
AbstractMavenWizardPage.getImportConfiguration() |
ProjectImportConfiguration |
AbstractMavenProjectWizard.getProjectImportConfiguration() |
Constructor and Description |
---|
AbstractMavenWizardPage(java.lang.String pageName,
ProjectImportConfiguration importConfiguration)
Creates a page.
|
ImportMavenProjectsJob(java.util.Collection<MavenProjectInfo> projects,
java.util.List<org.eclipse.ui.IWorkingSet> workingSets,
ProjectImportConfiguration importConfiguration) |
MavenDependenciesWizardPage(ProjectImportConfiguration projectImportConfiguration,
java.lang.String title,
java.lang.String description) |
MavenImportWizard(ProjectImportConfiguration importConfiguration,
java.util.List<java.lang.String> locations) |
MavenImportWizardPage(ProjectImportConfiguration importConfiguration) |
MavenModuleWizardParentPage(ProjectImportConfiguration projectImportConfiguration,
java.util.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(java.lang.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,
java.lang.String title,
java.lang.String description,
java.util.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.
|
Modifier and Type | Field and Description |
---|---|
(package private) ProjectImportConfiguration |
MavenProjectCheckoutJob.configuration |
Constructor and Description |
---|
MavenCheckoutLocationPage(ProjectImportConfiguration projectImportConfiguration) |
MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration,
boolean checkoutAllProjects,
java.util.List<org.eclipse.ui.IWorkingSet> workingSets) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(java.lang.String projectName,
java.lang.String projectLocation,
ProjectImportConfiguration importConfiguration) |