Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
IAccessRule[] |
IIncludePathEntry.getAccessRules()
Returns the possibly empty list of access rules for this entry.
|
static IAccessRule |
JavaScriptCore.newAccessRule(IPath filePattern,
int kind)
Creates and returns a new access rule with the given file pattern and kind.
|
Modifier and Type | Method and Description |
---|---|
static IIncludePathEntry |
JavaScriptCore.newContainerEntry(IPath containerPath,
IAccessRule[] accessRules,
IIncludePathAttribute[] extraAttributes,
boolean isExported)
Creates and returns a new includepath entry of kind
CPE_CONTAINER
for the given path. |
static IIncludePathEntry |
JavaScriptCore.newLibraryEntry(IPath path,
IPath sourceAttachmentPath,
IPath sourceAttachmentRootPath,
IAccessRule[] accessRules,
IIncludePathAttribute[] extraAttributes,
boolean isExported)
Creates and returns a new includepath entry of kind
CPE_LIBRARY for the JAR or folder
identified by the given absolute path. |
static IIncludePathEntry |
JavaScriptCore.newLibraryEntry(IPath path,
IPath sourceAttachmentPath,
IPath sourceAttachmentRootPath,
IAccessRule[] accessRules,
IIncludePathAttribute[] extraAttributes,
IPath[] exclusionPatterns,
boolean isExported)
Creates and returns a new includepath entry of kind
CPE_LIBRARY for the JAR or folder
identified by the given absolute path. |
static IIncludePathEntry |
JavaScriptCore.newProjectEntry(IPath path,
IAccessRule[] accessRules,
boolean combineAccessRules,
IIncludePathAttribute[] extraAttributes,
boolean isExported)
Creates and returns a new includepath entry of kind
CPE_PROJECT
for the project identified by the given absolute path. |
static IIncludePathEntry |
JavaScriptCore.newVariableEntry(IPath variablePath,
IPath variableSourceAttachmentPath,
IPath variableSourceAttachmentRootPath,
IAccessRule[] accessRules,
IIncludePathAttribute[] extraAttributes,
boolean isExported)
Creates and returns a new includepath entry of kind
CPE_VARIABLE
for the given path. |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.