|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAccessRule | |
---|---|
org.eclipse.wst.jsdt.core |
Uses of IAccessRule in org.eclipse.wst.jsdt.core |
---|
Methods in org.eclipse.wst.jsdt.core that return IAccessRule | |
---|---|
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. |
Methods in org.eclipse.wst.jsdt.core with parameters of type IAccessRule | |
---|---|
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |