This extension point allows clients to dynamically resolve entries used on the runtime classpath and source
lookup path, for corresponding classpath variables and classpath containers.
id - a unique identifier that can be used to reference this resolver.
class - the class that implements this resolver. The class must implement IRuntimeClasspathEntryResolver.
variable - the name of the classpath variable this resolver is registered for. At least one of variable or container must be specified, and at most one resolver can be registered for a variable or container.
container - the identifier of the classpath container this resolver is registered for. At least one of variable or container must be specified, and at most one resolver can be registered for a variable or container.
runtimeClasspathEntryId - the identifier of the runtime classpath entry this resolver is associated with
Implementations are provided for the standard JRE_LIB classpath variable and JRE_CONTAINER classpath container.
Copyright (c) 2000, 2005 IBM Corporation and others.
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
https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0