public class RuntimeClasspathResolver extends AbstractClasspathResolver
Modifier and Type | Method and Description |
---|---|
static ResolvedPathEntry[] |
resolveRuntimeClasspath(Workspace workspace,
AbstractLaunchConfiguration launchConfiguration,
boolean resolveRelative)
Resolves the classpath for a launch configuration.
|
addResolvedPathEntries, addResolvedPathEntry, getCurrentProject, getResolvedPathEntries, getTargetPlatform, getWorkspace, hasCurrentProject, isCurrentProjectRoot, isRelative, isRuntime, resolveAbsoluteResource, resolveContainer, resolveLibrary, resolveProjectClasspath, resolveSource, resolveWorkspaceResource
public static final ResolvedPathEntry[] resolveRuntimeClasspath(Workspace workspace, AbstractLaunchConfiguration launchConfiguration, boolean resolveRelative) throws FileParserException
workspace
- the workspace to which the launch configuration belongs to.launchConfiguration
- the launch configuration.resolveRelative
- indicates whether the project should be resolved relative to the
workspace or absolute.FileParserException
- Parsing failed for some reason.