JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry

Packages that use IRuntimeClasspathEntry
org.eclipse.wst.jsdt.launching   
 

Uses of IRuntimeClasspathEntry in org.eclipse.wst.jsdt.launching
 

Subinterfaces of IRuntimeClasspathEntry in org.eclipse.wst.jsdt.launching
 interface IRuntimeClasspathEntry2
          Enhancements to IRuntimeClasspathEntry to support extensible runtime includepath entries.
 

Methods in org.eclipse.wst.jsdt.launching that return IRuntimeClasspathEntry
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.
 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(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(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.
static IRuntimeClasspathEntry[] JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry, ILaunchConfiguration configuration)
          Returns resolved entries for the given entry 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.
 

Methods in org.eclipse.wst.jsdt.launching with parameters of type IRuntimeClasspathEntry
 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.
static IRuntimeClasspathEntry[] JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry entry, ILaunchConfiguration configuration)
          Returns resolved entries for the given entry 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.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.