Uses of Interface
org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
-
Packages that use IRuntimeClasspathEntryResolver Package Description org.eclipse.jdt.launching Application programming interfaces for interaction with the Eclipse Java launching support. -
-
Uses of IRuntimeClasspathEntryResolver in org.eclipse.jdt.launching
Subinterfaces of IRuntimeClasspathEntryResolver in org.eclipse.jdt.launching Modifier and Type Interface Description interface
IRuntimeClasspathEntryResolver2
Optional enhancements toIRuntimeClasspathEntryResolver
.Methods in org.eclipse.jdt.launching with parameters of type IRuntimeClasspathEntryResolver Modifier and Type Method Description static void
JavaRuntime. addContainerResolver(IRuntimeClasspathEntryResolver resolver, String containerIdentifier)
Registers the given resolver for the specified container.static void
JavaRuntime. addVariableResolver(IRuntimeClasspathEntryResolver resolver, String variableName)
Registers the given resolver for the specified variable.
-