|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A virtual machine which searches for classes through paths
Fields inherited from interface com.sun.jdi.VirtualMachine |
TRACE_ALL, TRACE_EVENTS, TRACE_NONE, TRACE_OBJREFS, TRACE_RECEIVES, TRACE_REFTYPES, TRACE_SENDS |
Method Summary | |
String |
baseDirectory()
|
List |
bootClassPath()
Get the boot class path for this virtual machine. |
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 |
Methods inherited from interface com.sun.jdi.Mirror |
toString, virtualMachine |
Method Detail |
public List classPath()
List
of components of the classpath,
each represented by a String
.public List bootClassPath()
List
of components of the boot class path,
each represented by a String
.public String baseDirectory()
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |