| Package | Description |
|---|---|
| org.eclipse.m2e.core.internal.project | |
| org.eclipse.m2e.core.internal.project.registry | |
| org.eclipse.m2e.core.project |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,org.eclipse.core.runtime.IStatus> |
ProjectConfigurationManager.updateProjectConfiguration(MavenUpdateRequest request,
boolean updateConfiguration,
boolean cleanProjects,
boolean refreshFromLocal,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns project name to update status map.
|
java.util.Map<java.lang.String,org.eclipse.core.runtime.IStatus> |
ProjectConfigurationManager.updateProjectConfiguration(MavenUpdateRequest request,
boolean updateConfiguration,
boolean cleanProjects,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns project name to update status map.
|
void |
ProjectConfigurationManager.updateProjectConfiguration(MavenUpdateRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<MavenUpdateRequest> |
ProjectRegistryRefreshJob.queue |
| Modifier and Type | Method and Description |
|---|---|
private void |
ProjectRegistryRefreshJob.queue(MavenUpdateRequest updateRequest) |
void |
MavenProjectManager.refresh(MavenUpdateRequest request) |
void |
ProjectRegistryRefreshJob.refresh(MavenUpdateRequest updateRequest) |
void |
MavenProjectManager.refresh(MavenUpdateRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
void |
ProjectRegistryManager.refresh(MavenUpdateRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
this method does not properly join
IMavenExecutionContext, use
#refresh(Set, IProgressMonitor) instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMavenProjectRegistry.refresh(MavenUpdateRequest request)
Performs requested Maven project update asynchronously, using background job.
|
void |
IMavenProjectRegistry.refresh(MavenUpdateRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
this method does not properly join
IMavenExecutionContext, use
IMavenProjectRegistry.refresh(Collection, IProgressMonitor) instead. |
void |
IProjectConfigurationManager.updateProjectConfiguration(MavenUpdateRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor) |