Modifier and Type | Field and Description |
---|---|
private MavenProjectInfo |
MavenProjectImportResult.projectInfo |
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
MavenProjectImportResult.getMavenProjectInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MavenProjectInfo> |
ProjectConfigurationManager.collectProjects(java.util.Collection<MavenProjectInfo> projects) |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MavenProjectInfo> |
ProjectConfigurationManager.collectProjects(java.util.Collection<MavenProjectInfo> projects) |
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) |
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 | Field and Description |
---|---|
private MavenProjectInfo |
MavenProjectInfo.parent |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,MavenProjectInfo> |
MavenProjectInfo.projects
Map of MavenProjectInfo
|
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
IMavenProjectImportResult.getMavenProjectInfo() |
MavenProjectInfo |
MavenProjectInfo.getParent() |
protected MavenProjectInfo |
LocalProjectScanner.newMavenProjectInfo(java.lang.String label,
java.io.File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
private MavenProjectInfo |
LocalProjectScanner.readMavenProjectInfo(java.io.File baseDir,
java.lang.String modulePath,
MavenProjectInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MavenProjectInfo> |
IProjectConfigurationManager.collectProjects(java.util.Collection<MavenProjectInfo> projects) |
java.util.Collection<MavenProjectInfo> |
MavenProjectInfo.getProjects() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectInfo.add(MavenProjectInfo info) |
private int |
LocalProjectScanner.getBasedirRename(MavenProjectInfo mavenProjectInfo) |
protected MavenProjectInfo |
LocalProjectScanner.newMavenProjectInfo(java.lang.String label,
java.io.File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
private MavenProjectInfo |
LocalProjectScanner.readMavenProjectInfo(java.io.File baseDir,
java.lang.String modulePath,
MavenProjectInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MavenProjectInfo> |
IProjectConfigurationManager.collectProjects(java.util.Collection<MavenProjectInfo> projects) |
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) |
Constructor and Description |
---|
MavenProjectInfo(java.lang.String label,
java.io.File pomFile,
org.apache.maven.model.Model model,
MavenProjectInfo parent) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<MavenProjectInfo> |
ImportMavenProjectsJob.projects |
Modifier and Type | Method and Description |
---|---|
MavenProjectInfo |
MavenImportWizardPage.getRootProject() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MavenProjectInfo> |
MavenImportWizard.getProjects() |
java.util.Collection<MavenProjectInfo> |
MavenImportWizardPage.getProjects() |
protected AbstractProjectScanner<MavenProjectInfo> |
MavenImportWizardPage.getProjectScanner() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MavenImportWizardPage.ProjectLabelProvider.getId(MavenProjectInfo info) |
(package private) boolean |
MavenImportWizardPage.isAlreadyExists(MavenProjectInfo info) |
(package private) boolean |
MavenImportWizardPage.isAlreadyImported(MavenProjectInfo info)
this will iterate all existing projects and return true if the absolute location URI of the old (imported) and new
(to-be-imported) projects match
|
(package private) boolean |
MavenImportWizardPage.isWorkspaceFolder(MavenProjectInfo info) |
protected java.lang.String |
MavenImportWizardPage.validateProjectInfo(MavenProjectInfo info) |
Modifier and Type | Method and Description |
---|---|
private void |
MavenImportWizardPage.updateWorkingSet(java.util.List<MavenProjectInfo> projects) |
Constructor and Description |
---|
ImportMavenProjectsJob(java.util.Collection<MavenProjectInfo> projects,
java.util.List<org.eclipse.ui.IWorkingSet> workingSets,
ProjectImportConfiguration importConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MavenProjectScmInfo |
Constructor and Description |
---|
MavenProjectScmInfo(java.lang.String label,
org.apache.maven.model.Model model,
MavenProjectInfo parent,
java.lang.String revision,
java.lang.String folderUrl,
java.lang.String repositoryUrl) |
MavenProjectScmInfo(java.lang.String label,
org.apache.maven.model.Model model,
MavenProjectInfo parent,
java.lang.String branch,
java.lang.String revision,
java.lang.String folderUrl,
java.lang.String repositoryUrl) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<MavenProjectInfo> |
MavenProjectCheckoutJob.projects |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractMavenProjectTestCase.setBasedirRename(MavenProjectInfo projectInfo) |