|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.launching.StandardClasspathProvider
Default implementation for classpath provider.
This class may be subclassed.
Constructor Summary | |
---|---|
StandardClasspathProvider()
|
Method Summary | |
---|---|
IRuntimeClasspathEntry[] |
computeUnresolvedClasspath(ILaunchConfiguration configuration)
Computes and returns an unresolved classpath for the given launch configuration. |
protected IRuntimeClasspathEntry[] |
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[] |
resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
Returns the resolved path corresponding to the given path, in the context of the given launch configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardClasspathProvider()
Method Detail |
public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration) throws CoreException
IRuntimeClasspathProvider
computeUnresolvedClasspath
in interface IRuntimeClasspathProvider
configuration
- launch configuration
CoreException
- if unable to compute a pathpublic IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration) throws CoreException
IRuntimeClasspathProvider
resolveClasspath
in interface IRuntimeClasspathProvider
entries
- entries to resolveconfiguration
- launch configuration context to resolve in
CoreException
- if unable to resolve a pathprotected IRuntimeClasspathEntry[] recoverRuntimePath(ILaunchConfiguration configuration, String attribute) throws CoreException
configuration
- launch configurationattribute
- attribute name containing the list of entries
CoreException
- if unable to retrieve the list
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |