Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
ProjectConfigurationManager.getResolverConfiguration(org.eclipse.core.resources.IProject project) |
static ResolverConfiguration |
ResolverConfigurationIO.readResolverConfiguration(org.eclipse.core.resources.IProject project) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ProjectConfigurationManager.enableBasicMavenNature(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
ProjectConfigurationManager.enableMavenNature(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static boolean |
ResolverConfigurationIO.saveResolverConfiguration(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration) |
boolean |
ProjectConfigurationManager.setResolverConfiguration(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
private ResolverConfiguration |
MavenProjectFacade.resolverConfiguration |
(package private) ResolverConfiguration |
ProjectRegistryManager.Context.resolverConfiguration |
Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
MavenProjectFacade.getResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
(package private) org.apache.maven.execution.MavenExecutionRequest |
ProjectRegistryManager.configureExecutionRequest(org.apache.maven.execution.MavenExecutionRequest request,
IProjectRegistry state,
org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |
MavenExecutionContext |
ProjectRegistryManager.createExecutionContext(org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |
private MavenExecutionContext |
ProjectRegistryManager.createExecutionContext(IProjectRegistry state,
org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |
org.apache.maven.execution.MavenExecutionRequest |
MavenProjectManager.createExecutionRequest(org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
org.apache.maven.execution.MavenExecutionRequest |
ProjectRegistryManager.createExecutionRequest(org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
This method does not properly join
IMavenExecutionContext |
private <V> V |
ProjectRegistryManager.execute(IProjectRegistry state,
org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration,
ICallable<V> callable,
org.eclipse.core.runtime.IProgressMonitor monitor) |
private EclipseWorkspaceArtifactRepository |
ProjectRegistryManager.getWorkspaceReader(IProjectRegistry state,
org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration) |
(package private) org.apache.maven.project.MavenProject |
ProjectRegistryManager.readProjectWithDependencies(org.eclipse.core.resources.IFile pomFile,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
private org.apache.maven.execution.MavenExecutionResult |
ProjectRegistryManager.readProjectWithDependencies(IProjectRegistry state,
org.eclipse.core.resources.IFile pomFile,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Constructor and Description |
---|
Context(IProjectRegistry state,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.resources.IFile pom) |
MavenProjectFacade(ProjectRegistryManager manager,
org.eclipse.core.resources.IFile pom,
org.apache.maven.project.MavenProject mavenProject,
ResolverConfiguration resolverConfiguration) |
Modifier and Type | Field and Description |
---|---|
private ResolverConfiguration |
ProjectImportConfiguration.resolverConfiguration
resolver configuration bean
|
Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
IMavenProjectFacade.getResolverConfiguration() |
ResolverConfiguration |
ProjectImportConfiguration.getResolverConfiguration()
Returns the resolver configuration bean.
|
ResolverConfiguration |
IProjectConfigurationManager.getResolverConfiguration(org.eclipse.core.resources.IProject project)
PROVISIONAL
|
Modifier and Type | Method and Description |
---|---|
org.apache.maven.execution.MavenExecutionRequest |
IMavenProjectRegistry.createExecutionRequest(org.eclipse.core.resources.IFile pom,
ResolverConfiguration resolverConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
This method does not properly join
IMavenExecutionContext |
void |
IProjectConfigurationManager.enableMavenNature(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor) |
boolean |
IProjectConfigurationManager.setResolverConfiguration(org.eclipse.core.resources.IProject project,
ResolverConfiguration configuration)
PROVISIONAL
|
Constructor and Description |
---|
ProjectImportConfiguration(ResolverConfiguration resolverConfiguration)
Creates a new configuration.
|
Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
ProjectConfigurationRequest.getResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
private ResolverConfiguration |
MavenProjectPreferencePage.getResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
private void |
MavenProjectPreferencePage.init(ResolverConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected ResolverConfiguration |
ResolverConfigurationComponent.resolverConfiguration
The resolver configuration
|
Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
ResolverConfigurationComponent.getResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(java.lang.String pomLocation,
ResolverConfiguration configuration)
Import a test project into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(java.lang.String pomLocation,
ResolverConfiguration configuration,
IProjectCreationListener listener)
Import a test project into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(java.lang.String projectName,
java.lang.String projectLocation,
ResolverConfiguration configuration) |
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(java.lang.String basedir,
java.lang.String[] pomNames,
ResolverConfiguration configuration)
Import test projects into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(java.lang.String basedir,
java.lang.String[] pomNames,
ResolverConfiguration configuration,
boolean skipSanityCheck)
Import test projects into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(java.lang.String basedir,
java.lang.String[] pomNames,
ResolverConfiguration configuration,
boolean skipSanityCheck,
IProjectCreationListener listener) |