schema.variableResolvers.exsd Maven / Gradle / Ivy
The newest version!
A variable resolver extends the default list of project path variables that can be used to specify the relative location of a linked resource.
A class dynamically providing the value of the variable.
The value of the variable, either as refering another variable or an absolute path.
The prefix for supported variables. We could use wildcards in the future.
3.6
The value of the class attribute must represent a subclass of <tt>org.eclipse.core.resources.PathVariableResolver</tt>.
<p>
<pre>
<extension point="org.eclipse.core.resources.variableResolvers">
<variableResolver class="org.eclipse.core.internal.resources.projectVariables.EclipseHomeProjectVariable" name="ECLIPSE_HOME">
</variableResolver>
</extension>
</pre>
</p>
The <tt>org.eclipse.core.resources</tt> bundle provides resolvers for the following variables: <tt>ECLIPSE_HOME</tt>, <tt>PROJECT_LOC</tt>, <tt>WORKSPACE_LOC</tt>, and <tt>PARENT</tt>
Copyright (c) 2008, 2010 IBM Corporation and others.<br>
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies
this distribution, and is available at
<a
href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/
SPDX-License-Identifier: EPL-2.0