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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

intCPE_LIBRARY
Entry kind constant describing a classpath entry identifying a library.
intCPE_PROJECT
Entry kind constant describing a classpath entry identifying a required project.
intCPE_SOURCE
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
intCPE_VARIABLE
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
intCPE_CONTAINER
Entry kind constant describing a classpath entry representing a name classpath container.

Constructor

Method

booleancombineAccessRules()
Returns whether the access rules of the project's exported entries should be combined with this entry's access rules.
IAccessRule[]getAccessRules()
Returns the possibly empty list of access rules for this entry.
intgetContentKind()
Returns the kind of files found in the package fragments identified by this classpath entry.
intgetEntryKind()
Returns the kind of this classpath entry.
IPath[]getExclusionPatterns()
Returns the set of patterns used to exclude resources or classes associated with this classpath entry.
IClasspathAttribute[]getExtraAttributes()
Returns the extra classpath attributes for this classpath entry.
IPath[]getInclusionPatterns()
Returns the set of patterns used to explicitly define resources or classes to be included with this classpath entry.
IPathgetOutputLocation()
Returns the full path to the specific location where the builder writes .class files generated for this source entry (entry kind #CPE_SOURCE ).
IPathgetPath()
Returns the path of this classpath entry.
IClasspathEntrygetReferencingEntry()
Returns the classpath entry that is making a reference to this classpath entry.
IPathgetSourceAttachmentPath()
Returns the path to the source archive or folder associated with this classpath entry, or null if this classpath entry has no source attachment.
IPathgetSourceAttachmentRootPath()
Returns the path within the source archive or folder where package fragments are located.
booleanisExported()
Returns whether this entry is exported to dependent projects.