AbstractSourcesGenerationProjectConfigurator instead.public abstract class AbstractJavaProjectConfigurator extends AbstractProjectConfigurator implements IJavaProjectConfigurator
ATTR_CLASS, ATTR_ID, ATTR_NAME, markerManager, maven, mavenConfiguration, projectManager| Constructor and Description |
|---|
AbstractJavaProjectConfigurator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ProjectConfigurationRequest request,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Configures Eclipse project passed in ProjectConfigurationRequest, using information from Maven project and other
configuration request parameters
|
void |
configureClasspath(IMavenProjectFacade facade,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Configures *Maven* project classpath, i.e.
|
void |
configureRawClasspath(ProjectConfigurationRequest request,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Configures *JDT* project classpath, i.e.
|
protected org.eclipse.core.runtime.IPath |
getFullPath(IMavenProjectFacade facade,
File file)
Deprecated.
|
protected String |
getOutputFolderParameterName()
Deprecated.
|
protected File[] |
getSourceFolders(ProjectConfigurationRequest request,
org.apache.maven.plugin.MojoExecution mojoExecution)
Deprecated.
|
addNature, addNature, assertHasNature, equals, getBuildParticipant, getConfiguratorExecutions, getId, getMojoExecutions, getName, getParameterValue, getParameterValue, hasConfigurationChanged, hashCode, mavenProjectChanged, mavenProjectChanged, setInitializationData, setMarkerManager, setMavenConfiguration, setProjectManager, toString, unconfigurepublic AbstractJavaProjectConfigurator()
public void configure(ProjectConfigurationRequest request, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
AbstractProjectConfiguratorShould be implemented by subclass
configure in class AbstractProjectConfiguratorrequest - a project configuration requestmonitor - a progress monitororg.eclipse.core.runtime.CoreExceptionpublic void configureClasspath(IMavenProjectFacade facade, IClasspathDescriptor classpath, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IJavaProjectConfiguratorconfigureClasspath in interface IJavaProjectConfiguratororg.eclipse.core.runtime.CoreExceptionpublic void configureRawClasspath(ProjectConfigurationRequest request, IClasspathDescriptor classpath, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IJavaProjectConfiguratorconfigureRawClasspath in interface IJavaProjectConfiguratororg.eclipse.core.runtime.CoreExceptionprotected org.eclipse.core.runtime.IPath getFullPath(IMavenProjectFacade facade, File file)
protected File[] getSourceFolders(ProjectConfigurationRequest request, org.apache.maven.plugin.MojoExecution mojoExecution) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionprotected String getOutputFolderParameterName()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.