Package | Description |
---|---|
org.eclipse.m2e.core.internal.project | |
org.eclipse.m2e.core.project | |
org.eclipse.m2e.core.ui.internal.wizards | |
org.eclipse.m2e.scm |
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
MavenProjectImportResult.getMavenProjectInfo() |
Modifier and Type | Method and Description |
---|---|
Set<MavenProjectInfo> |
ProjectConfigurationManager.collectProjects(Collection<MavenProjectInfo> projects) |
Modifier and Type | Method and Description |
---|---|
Set<MavenProjectInfo> |
ProjectConfigurationManager.collectProjects(Collection<MavenProjectInfo> projects) |
List<IMavenProjectImportResult> |
ProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projectInfos,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Constructor and Description |
---|
MavenProjectImportResult(MavenProjectInfo projectInfo,
org.eclipse.core.resources.IProject project) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectScanner<T extends MavenProjectInfo>
Project Scanner
|
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
IMavenProjectImportResult.getMavenProjectInfo() |
MavenProjectInfo |
MavenProjectInfo.getParent() |
protected MavenProjectInfo |
LocalProjectScanner.newMavenProjectInfo(String label,
File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
Modifier and Type | Method and Description |
---|---|
Set<MavenProjectInfo> |
IProjectConfigurationManager.collectProjects(Collection<MavenProjectInfo> projects) |
Collection<MavenProjectInfo> |
MavenProjectInfo.getProjects() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectInfo.add(MavenProjectInfo info) |
protected MavenProjectInfo |
LocalProjectScanner.newMavenProjectInfo(String label,
File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
Modifier and Type | Method and Description |
---|---|
Set<MavenProjectInfo> |
IProjectConfigurationManager.collectProjects(Collection<MavenProjectInfo> projects) |
List<IMavenProjectImportResult> |
IProjectConfigurationManager.importProjects(Collection<MavenProjectInfo> projects,
ProjectImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Constructor and Description |
---|
MavenProjectInfo(String label,
File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
MavenImportWizardPage.getRootProject() |
Modifier and Type | Method and Description |
---|---|
Collection<MavenProjectInfo> |
MavenImportWizard.getProjects() |
Collection<MavenProjectInfo> |
MavenImportWizardPage.getProjects() |
protected AbstractProjectScanner<MavenProjectInfo> |
MavenImportWizardPage.getProjectScanner() |
Modifier and Type | Method and Description |
---|---|
protected String |
MavenImportWizardPage.validateProjectInfo(MavenProjectInfo info) |
Constructor and Description |
---|
ImportMavenProjectsJob(Collection<MavenProjectInfo> projects,
List<org.eclipse.ui.IWorkingSet> workingSets,
ProjectImportConfiguration importConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MavenProjectScmInfo |
Constructor and Description |
---|
MavenProjectScmInfo(String label,
org.apache.maven.model.Model model,
MavenProjectInfo parent,
String revision,
String folderUrl,
String repositoryUrl) |
MavenProjectScmInfo(String label,
org.apache.maven.model.Model model,
MavenProjectInfo parent,
String branch,
String revision,
String folderUrl,
String repositoryUrl) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.