|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRuntimeClasspathEntry | |
org.eclipse.jdt.debug.ui.launchConfigurations | Provides an implementation launch configuration tabs for local and remote Java applications. |
org.eclipse.jdt.launching | Application programming interfaces for interaction with the Eclipse Java launching support. |
Uses of IRuntimeClasspathEntry in org.eclipse.jdt.debug.ui.launchConfigurations |
Methods in org.eclipse.jdt.debug.ui.launchConfigurations with parameters of type IRuntimeClasspathEntry | |
protected void |
JavaClasspathTab.setClasspathEntries(IRuntimeClasspathEntry[] entries)
Displays the given classpath entries, grouping into user and bootstrap entries |
Uses of IRuntimeClasspathEntry in org.eclipse.jdt.launching |
Methods in org.eclipse.jdt.launching that return IRuntimeClasspathEntry | |
IRuntimeClasspathEntry[] |
StandardClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration configuration)
|
IRuntimeClasspathEntry[] |
StandardClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
|
protected IRuntimeClasspathEntry[] |
StandardClasspathProvider.recoverRuntimePath(ILaunchConfiguration configuration,
String attribute)
Returns a collection of runtime classpath entries that are defined in the specified attribute of the given launch configuration. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given launch configuration. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
IJavaProject project)
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given Java project. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration configuration)
Computes and returns an unresolved classpath for the given launch configuration. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Returns the resolved path corresponding to the given path, in the context of the given launch configuration. |
IRuntimeClasspathEntry[] |
StandardSourcePathProvider.computeUnresolvedClasspath(ILaunchConfiguration configuration)
|
IRuntimeClasspathEntry[] |
StandardSourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
|
static IRuntimeClasspathEntry |
JavaRuntime.newProjectRuntimeClasspathEntry(IJavaProject project)
Returns a new runtime classpath entry for the given project. |
static IRuntimeClasspathEntry |
JavaRuntime.newArchiveRuntimeClasspathEntry(IResource resource)
Returns a new runtime classpath entry for the given archive. |
static IRuntimeClasspathEntry |
JavaRuntime.newArchiveRuntimeClasspathEntry(IPath path)
Returns a new runtime classpath entry for the given archive (possibly external). |
static IRuntimeClasspathEntry |
JavaRuntime.newVariableRuntimeClasspathEntry(IPath path)
Returns a new runtime classpath entry for the classpath variable with the given path. |
static IRuntimeClasspathEntry |
JavaRuntime.newRuntimeContainerClasspathEntry(IPath path,
int classpathProperty)
Returns a runtime classpath entry for the given container path with the given classpath property. |
static IRuntimeClasspathEntry |
JavaRuntime.newRuntimeClasspathEntry(String memento)
Returns a runtime classpath entry constructed from the given memento. |
static IRuntimeClasspathEntry[] |
JavaRuntime.computeUnresolvedRuntimeClasspath(IJavaProject project)
Computes and returns the default unresolved runtime claspath for the given project. |
static IRuntimeClasspathEntry[] |
JavaRuntime.computeUnresolvedSourceLookupPath(ILaunchConfiguration configuration)
Computes and returns the unresolved source lookup path for the given launch configuration. |
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveSourceLookupPath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given source lookup path, returning the resolved source lookup path 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. |
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
IJavaProject project)
Returns resolved entries for the given entry in the context of the given Java project. |
static IRuntimeClasspathEntry[] |
JavaRuntime.computeUnresolvedRuntimeClasspath(ILaunchConfiguration configuration)
Computes and returns the unresolved class path for the given launch configuration. |
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given classpath, returning the resolved classpath in the context of the given launch configuration. |
Methods in org.eclipse.jdt.launching with parameters of type IRuntimeClasspathEntry | |
IRuntimeClasspathEntry[] |
StandardClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
|
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
ILaunchConfiguration configuration)
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given launch configuration. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
IJavaProject project)
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given Java project. |
IRuntimeClasspathEntry[] |
IRuntimeClasspathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Returns the resolved path corresponding to the given path, in the context of the given launch configuration. |
IRuntimeClasspathEntry[] |
StandardSourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
|
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveSourceLookupPath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given source lookup path, returning the resolved source lookup path 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. |
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry,
IJavaProject project)
Returns resolved entries for the given entry in the context of the given Java project. |
static IRuntimeClasspathEntry[] |
JavaRuntime.resolveRuntimeClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Resolves the given classpath, returning the resolved classpath in the context of the given launch configuration. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |