Package | Description |
---|---|
org.eclipse.m2e.jdt | |
org.eclipse.m2e.jdt.internal |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaProjectConfigurator.configureClasspath(IMavenProjectFacade facade,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
void |
IJavaProjectConfigurator.configureClasspath(IMavenProjectFacade facade,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Configures *Maven* project classpath, i.e.
|
void |
AbstractSourcesGenerationProjectConfigurator.configureClasspath(IMavenProjectFacade facade,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
AbstractJavaProjectConfigurator.configureRawClasspath(ProjectConfigurationRequest request,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
void |
IJavaProjectConfigurator.configureRawClasspath(ProjectConfigurationRequest request,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Configures *JDT* project classpath, i.e.
|
void |
AbstractSourcesGenerationProjectConfigurator.configureRawClasspath(ProjectConfigurationRequest request,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
IClasspathManagerDelegate.populateClasspath(IClasspathDescriptor classpath,
IMavenProjectFacade projectFacade,
int kind,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathDescriptor
This class is an attempt to encapsulate list of IClasspathEntry's and operations on the list such as "removeEntry",
"addSourceEntry" and "addEntryAttribute".
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaProjectConfigurator.addCustomClasspathEntries(org.eclipse.jdt.core.IJavaProject javaProject,
IClasspathDescriptor classpath) |
protected void |
AbstractJavaProjectConfigurator.addJREClasspathContainer(IClasspathDescriptor classpath,
String environmentId) |
protected void |
AbstractJavaProjectConfigurator.addMavenClasspathContainer(IClasspathDescriptor classpath) |
protected void |
AbstractJavaProjectConfigurator.addProjectSourceFolders(IClasspathDescriptor classpath,
ProjectConfigurationRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
AbstractJavaProjectConfigurator.invokeJavaProjectConfigurators(IClasspathDescriptor classpath,
ProjectConfigurationRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
DefaultClasspathManagerDelegate.populateClasspath(IClasspathDescriptor classpath,
IMavenProjectFacade projectFacade,
int kind,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.