< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/PathSearchingVirtualMachine.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

*** 32,41 **** --- 32,42 ---- * * @author Gordon Hirsch * @since 1.3 */ public interface PathSearchingVirtualMachine extends VirtualMachine { + /** * Get the class path for this virtual machine. * * @return {@link List} of components of the classpath, * each represented by a {@link String}.
< prev index next >