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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

intK_APPLICATION
Kind for a container mapping to an application library
intK_SYSTEM
Kind for a container mapping to a system library
intK_DEFAULT_SYSTEM
Kind for a container mapping to a default system library, implicitly contributed by the runtime

Constructor

Method

IClasspathEntry[]getClasspathEntries()
Answers the set of classpath entries this container is mapping to.
StringgetDescription()
Answers a readable description of this container
intgetKind()
Answers the kind of this container.
IPathgetPath()
Answers the container path identifying this container.