Class IntegrityClasspathContainerInitializer
- java.lang.Object
-
- org.eclipse.jdt.core.ClasspathContainerInitializer
-
- de.gebit.integrity.eclipse.classpath.IntegrityClasspathContainerInitializer
-
public class IntegrityClasspathContainerInitializer extends org.eclipse.jdt.core.ClasspathContainerInitializerInitializer forIntegrityClasspathContainer.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description IntegrityClasspathContainerInitializer()Default constructor for instantiation in Eclipse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUpdateClasspathContainer(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject)voidinitialize(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject)voidrequestClasspathContainerUpdate(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject, org.eclipse.jdt.core.IClasspathContainer aContainerSuggestion)
-
-
-
Field Detail
-
PATH
public static final String PATH
The path name of the Integrity Classpath Container.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject) throws org.eclipse.core.runtime.CoreException- Specified by:
initializein classorg.eclipse.jdt.core.ClasspathContainerInitializer- Throws:
org.eclipse.core.runtime.CoreException
-
canUpdateClasspathContainer
public boolean canUpdateClasspathContainer(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject)- Overrides:
canUpdateClasspathContainerin classorg.eclipse.jdt.core.ClasspathContainerInitializer
-
requestClasspathContainerUpdate
public void requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath aContainerPath, org.eclipse.jdt.core.IJavaProject aProject, org.eclipse.jdt.core.IClasspathContainer aContainerSuggestion) throws org.eclipse.core.runtime.CoreException- Overrides:
requestClasspathContainerUpdatein classorg.eclipse.jdt.core.ClasspathContainerInitializer- Throws:
org.eclipse.core.runtime.CoreException
-
-