public class DefaultClasspathManagerDelegate extends java.lang.Object implements IClasspathManagerDelegate
| Modifier and Type | Field and Description |
|---|---|
private IProjectConfigurationManager |
configurationManager |
private IMavenProjectRegistry |
projectManager |
| Constructor and Description |
|---|
DefaultClasspathManagerDelegate() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addClasspathEntries(IClasspathDescriptor classpath,
IMavenProjectFacade facade,
int kind,
org.eclipse.core.runtime.IProgressMonitor monitor) |
private java.util.List<IJavaProjectConfigurator> |
getJavaProjectConfigurators(IMavenProjectFacade projectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
populateClasspath(IClasspathDescriptor classpath,
IMavenProjectFacade projectFacade,
int kind,
org.eclipse.core.runtime.IProgressMonitor monitor) |
private final IProjectConfigurationManager configurationManager
private final IMavenProjectRegistry projectManager
public void populateClasspath(IClasspathDescriptor classpath, IMavenProjectFacade projectFacade, int kind, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
populateClasspath in interface IClasspathManagerDelegateorg.eclipse.core.runtime.CoreExceptionprivate java.util.List<IJavaProjectConfigurator> getJavaProjectConfigurators(IMavenProjectFacade projectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid addClasspathEntries(IClasspathDescriptor classpath, IMavenProjectFacade facade, int kind, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException