|
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
org.eclipse.jdt.launching.StandardSourcePathProvider
Default implementation of source lookup path computation and resolution.
This class may be subclassed.
Constructor Summary | |
---|---|
StandardSourcePathProvider()
|
Method Summary | |
---|---|
protected void |
addManifestReferences(IRuntimeClasspathEntry entry,
List all)
If the given entry is an archive, adds any archives referenced by the associated manifest. |
IRuntimeClasspathEntry[] |
computeUnresolvedClasspath(ILaunchConfiguration configuration)
Computes and returns an unresolved classpath for 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 org.eclipse.jdt.launching.StandardClasspathProvider |
---|
recoverRuntimePath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardSourcePathProvider()
Method Detail |
public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration) throws CoreException
IRuntimeClasspathProvider
computeUnresolvedClasspath
in interface IRuntimeClasspathProvider
computeUnresolvedClasspath
in class StandardClasspathProvider
CoreException
public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration) throws CoreException
IRuntimeClasspathProvider
resolveClasspath
in interface IRuntimeClasspathProvider
resolveClasspath
in class StandardClasspathProvider
CoreException
protected void addManifestReferences(IRuntimeClasspathEntry entry, List all)
entry
- runtime classpath entryall
- list to add references to
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |