Package | Description |
---|---|
org.eclipse.wst.jsdt.launching |
Modifier and Type | Interface and Description |
---|---|
interface |
IRuntimeClasspathEntry2
Enhancements to
IRuntimeClasspathEntry to support
extensible runtime includepath entries. |
Modifier and Type | Method and Description |
---|---|
static IRuntimeClasspathEntry |
JavaRuntime.computeJREEntry(ILaunchConfiguration configuration)
Returns a runtime includepath entry identifying the JRE to use when launching the specified
configuration or
null if none is specified. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration configuration)
Computes and returns an unresolved includepath for the given launch configuration.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.computeUnresolvedRuntimeClasspath(IJavaScriptProject project)
Computes and returns the default unresolved runtime includepath for the
given project.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.computeUnresolvedRuntimeClasspath(ILaunchConfiguration configuration)
Computes and returns the unresolved class path for the given launch configuration.
|
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntry2.getRuntimeClasspathEntries(ILaunchConfiguration configuration)
Returns the includepath entries this entry is composed of, or an
empty collection if this entry is not a composite entry.
|
static IRuntimeClasspathEntry |
JavaRuntime.newArchiveRuntimeClasspathEntry(IPath path)
Returns a new runtime includepath entry for the given archive (possibly
external).
|
static IRuntimeClasspathEntry |
JavaRuntime.newArchiveRuntimeClasspathEntry(IResource resource)
Returns a new runtime includepath entry for the given archive.
|
static IRuntimeClasspathEntry |
JavaRuntime.newProjectRuntimeClasspathEntry(IJavaScriptProject project)
Returns a new runtime includepath entry for the given project.
|
static IRuntimeClasspathEntry |
JavaRuntime.newRuntimeClasspathEntry(java.lang.String memento)
Returns a runtime includepath entry constructed from the given memento.
|
static IRuntimeClasspathEntry |
JavaRuntime.newRuntimeContainerClasspathEntry(IPath path,
int classpathProperty)
Returns a runtime includepath entry for the given container path with the given
includepath property.
|
static IRuntimeClasspathEntry |
JavaRuntime.newRuntimeContainerClasspathEntry(IPath path,
int classpathProperty,
IJavaScriptProject project)
Returns a runtime includepath entry for the given container path with the given
includepath property to be resolved in the context of the given JavaScript project.
|
static IRuntimeClasspathEntry |
JavaRuntime.newVariableRuntimeClasspathEntry(IPath path)
Returns a new runtime includepath entry for the includepath
variable with the given path.
|
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Returns the resolved path corresponding to the given path, in the context of the
given launch configuration.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given includepath, returning the resolved includepath
in the context of the given launch configuration.
|
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved runtime includepath entries for the given runtime includepath entry,
in the context of the given launch configuration.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved entries for the given entry in the context of the given
launch configuration.
|
Modifier and Type | Method and Description |
---|---|
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Returns the resolved path corresponding to the given path, in the context of the
given launch configuration.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given includepath, returning the resolved includepath
in the context of the given launch configuration.
|
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved runtime includepath entries for the given runtime includepath entry,
in the context of the given launch configuration.
|
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved entries for the given entry in the context of the given
launch configuration.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.