| Modifier and Type | Method and Description |
|---|---|
Map<MavenProjectInfo,Throwable> |
LifecycleMappingConfiguration.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleMappingConfiguration.addError(MavenProjectInfo info,
Throwable th) |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleMappingConfiguration |
LifecycleMappingConfiguration.calculate(Collection<MavenProjectInfo> projects,
ProjectImportConfiguration importConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Calculates lifecycle mapping configuration of the specified projects.
|
void |
LifecycleMappingConfiguration.setSelectedProjects(Collection<MavenProjectInfo> projects) |
| 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 |
|---|---|
protected Collection<MavenProjectInfo> |
LifecycleMappingPage.getProjects() |
Collection<MavenProjectInfo> |
MavenImportWizardPage.getProjects() |
Collection<MavenProjectInfo> |
MavenImportWizard.getProjects() |
protected AbstractProjectScanner<MavenProjectInfo> |
MavenImportWizardPage.getProjectScanner() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MavenImportWizardPage.validateProjectInfo(MavenProjectInfo info) |
| 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-2013 Sonatype, Inc.. All Rights Reserved.