com.sun.jdi
Interface PathSearchingVirtualMachine
- public abstract interface PathSearchingVirtualMachine
- extends VirtualMachine
A virtual machine which searches for classes through paths
- Since:
- 1.3
Method Summary |
java.lang.String |
baseDirectory()
|
java.util.List |
bootClassPath()
Get the boot class path for this virtual machine. |
java.util.List |
classPath()
Get the class path for this virtual machine. |
Methods inherited from interface com.sun.jdi.VirtualMachine |
allClasses,
allThreads,
canGetBytecodes,
canGetCurrentContendedMonitor,
canGetMonitorInfo,
canGetOwnedMonitorInfo,
canGetSyntheticAttribute,
canWatchFieldAccess,
canWatchFieldModification,
classesByName,
description,
dispose,
eventQueue,
eventRequestManager,
exit,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
mirrorOf,
name,
process,
resume,
setDebugTraceMode,
suspend,
topLevelThreadGroups,
version |
classPath
public java.util.List classPath()
- Get the class path for this virtual machine.
- Returns:
List
of components of the classpath,
each represented by a String
.
bootClassPath
public java.util.List bootClassPath()
- Get the boot class path for this virtual machine.
- Returns:
List
of components of the boot class path,
each represented by a String
.
baseDirectory
public java.lang.String baseDirectory()