blob: 8653d353bf43a574769b6d357fc70a7d0456c534 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>Workbench Extension Points</title>
</head>
<body link="#0000FF" vlink="#800080">
<center>
<h1>
Java Runtime Classpath Providers</h1></center>
<b><i>Identifier: </i></b>org.eclipse.jdt.launching.classpathProviders
<p><b><i>Description: </i></b>
This extension point allows clients to dynamically compute and resolve
classpaths and source lookup paths for Java launch configurations.</p>
<p><b><i>Configuration Markup:</i></b>
<p><tt>&nbsp;&nbsp; &lt;!ELEMENT classpathProviders EMPTY&gt;</tt>
<br><tt>&nbsp;&nbsp; &lt;!ATTLIST classpathProvider</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
CDATA #REQUIRED</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
CDATA #REQUIRED</tt>
<br><tt>&nbsp;&nbsp; ></tt>
<ul>
<li>
<b>id</b> - a unique identifier that can be used to reference this classpath
provider</li>
<li>
<b>class</b> - the class that implements this classpath provider. The class
must implement IRuntimeClasspathProvider.</li>
</ul>
<b><i>Examples:</i></b>
<br>The following is an example of a classpath provider:
<p>&lt;extension
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; point="org.eclipse.jdt.launching.classpathProvider">
<br>&nbsp;&nbsp; &lt;classpathProvider
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class="com.example.ProviderImplementation"
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id="com.example.ProviderId">
<br>&nbsp;&nbsp; &lt;/classpathProvider>
<br>&lt;/extension>
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
</body>
</html>