public class MavenClasspathContainerInitializer
extends org.eclipse.jdt.core.ClasspathContainerInitializer
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
MavenClasspathContainerInitializer() |
Modifier and Type | Method and Description |
---|---|
boolean |
canUpdateClasspathContainer(org.eclipse.core.runtime.IPath containerPath,
org.eclipse.jdt.core.IJavaProject project) |
(package private) BuildPathManager |
getBuildPathManager() |
(package private) IMavenProjectRegistry |
getMavenProjectManager() |
void |
initialize(org.eclipse.core.runtime.IPath containerPath,
org.eclipse.jdt.core.IJavaProject project) |
void |
requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath,
org.eclipse.jdt.core.IJavaProject project,
org.eclipse.jdt.core.IClasspathContainer containerSuggestion) |
public void initialize(org.eclipse.core.runtime.IPath containerPath, org.eclipse.jdt.core.IJavaProject project)
initialize
in class org.eclipse.jdt.core.ClasspathContainerInitializer
public boolean canUpdateClasspathContainer(org.eclipse.core.runtime.IPath containerPath, org.eclipse.jdt.core.IJavaProject project)
canUpdateClasspathContainer
in class org.eclipse.jdt.core.ClasspathContainerInitializer
public void requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, org.eclipse.jdt.core.IJavaProject project, org.eclipse.jdt.core.IClasspathContainer containerSuggestion)
requestClasspathContainerUpdate
in class org.eclipse.jdt.core.ClasspathContainerInitializer
BuildPathManager getBuildPathManager()
IMavenProjectRegistry getMavenProjectManager()