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 |
---|---|
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 | Method and Description |
---|---|
ResolverConfiguration |
MavenProjectFacade.getResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionContext |
ProjectRegistryManager.createExecutionContext(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 |
Constructor and Description |
---|
MavenProjectFacade(ProjectRegistryManager manager,
org.eclipse.core.resources.IFile pom,
org.apache.maven.project.MavenProject mavenProject,
ResolverConfiguration resolverConfiguration) |
Modifier and Type | Method and Description |
---|---|
ResolverConfiguration |
ProjectImportConfiguration.getResolverConfiguration()
Returns the resolver configuration bean.
|
ResolverConfiguration |
IMavenProjectFacade.getResolverConfiguration() |
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 | 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(String pomLocation,
ResolverConfiguration configuration)
Import a test project into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject |
AbstractMavenProjectTestCase.importProject(String projectName,
String projectLocation,
ResolverConfiguration configuration) |
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(String basedir,
String[] pomNames,
ResolverConfiguration configuration)
Import test projects into the Eclipse workspace
|
protected org.eclipse.core.resources.IProject[] |
AbstractMavenProjectTestCase.importProjects(String basedir,
String[] pomNames,
ResolverConfiguration configuration,
boolean skipSanityCheck) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.