Package org.eclipse.jdt.launching
Interface IRuntimeClasspathEntryResolver2
- All Superinterfaces:
IRuntimeClasspathEntryResolver
Optional enhancements to
IRuntimeClasspathEntryResolver
.
Clients may implement this interface.
- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the given classpath entry references a VM install.Methods inherited from interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
resolveRuntimeClasspathEntry, resolveRuntimeClasspathEntry, resolveRuntimeClasspathEntry, resolveVMInstall
-
Method Details
-
isVMInstallReference
Returns whether the given classpath entry references a VM install.- Parameters:
entry
- classpath entry- Returns:
- whether the given classpath entry references a VM install
-