public interface

PathSearchingVirtualMachine

implements VirtualMachine
com.sun.jdi.PathSearchingVirtualMachine

Class Overview

A virtual machine which searches for classes through paths

Summary

[Expand]
Inherited Constants
From interface com.sun.jdi.VirtualMachine
Public Methods
abstract String baseDirectory()
Get the base directory used for path searching.
abstract List<String> bootClassPath()
Get the boot class path for this virtual machine.
abstract List<String> classPath()
Get the class path for this virtual machine.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.VirtualMachine

Public Methods

public abstract String baseDirectory ()

Get the base directory used for path searching. Relative directories in the class path and boot class path can be resolved through this directory name.

Returns
  • the base directory.

public abstract List<String> bootClassPath ()

Get the boot class path for this virtual machine.

Returns
  • List of components of the boot class path, each represented by a String.

public abstract List<String> classPath ()

Get the class path for this virtual machine.

Returns
  • List of components of the classpath, each represented by a String.