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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IClasspathAttribute has the following implementations.
Click this link to see all its implementation.

Field

StringJAVADOC_LOCATION_ATTRIBUTE_NAME
Constant for the name of the javadoc location attribute.
StringINDEX_LOCATION_ATTRIBUTE_NAME
Constant for the name of the index location attribute.
StringSOURCE_ATTACHMENT_ENCODING
Constant for the name of the encoding to be used for source attachments.
StringIGNORE_OPTIONAL_PROBLEMS
Constant for the name of the ignore optional compile problems attribute.
StringOPTIONAL
Constant for the name of the optional attribute.
StringMODULE
Constant for the name of the module attribute.

Constructor

Method

StringgetName()
Returns the name of this classpath attribute.
StringgetValue()
Returns the value of this classpath attribute.