Java org.eclipse.jdt.core ClasspathContainerInitializer fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core ClasspathContainerInitializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core ClasspathContainerInitializer.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.ClasspathContainerInitializer has subclasses.
Click this link to see all its subclasses.

Field

intATTRIBUTE_NOT_SUPPORTED
Status code indicating that an attribute is not supported.
intATTRIBUTE_READ_ONLY
Status code indicating that an attribute is not modifiable.

Constructor

ClasspathContainerInitializer()
Creates a new classpath container initializer.

Method

booleancanUpdateClasspathContainer(IPath containerPath, IJavaProject project)
Returns true if this container initializer can be requested to perform updates on its own container values.
IStatusgetAccessRulesStatus(IPath containerPath, IJavaProject project)
Returns the access rules attribute status according to this initializer.
IStatusgetAttributeStatus(IPath containerPath, IJavaProject project, String attributeKey)
Returns the extra attribute status according to this initializer.
StringgetDescription(IPath containerPath, IJavaProject project)
Returns a readable description for a container path.
IClasspathContainergetFailureContainer(final IPath containerPath, IJavaProject project)
Returns a classpath container that is used after this initializer failed to bind a classpath container to a IClasspathContainer for the given project.
IStatusgetSourceAttachmentStatus(IPath containerPath, IJavaProject project)
Returns the source attachment attribute status according to this initializer.
voidinitialize(IPath containerPath, IJavaProject project)
Binds a classpath container to a IClasspathContainer for a given project, or silently fails if unable to do so.
voidrequestClasspathContainerUpdate(IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion)
Request a registered container definition to be updated according to a container suggestion.