- All Superinterfaces:
Mirror
,VirtualMachine
A virtual machine which searches for classes through paths
- Since:
- 1.3
-
Field Summary
Fields declared in interface com.sun.jdi.VirtualMachine
TRACE_ALL, TRACE_EVENTS, TRACE_NONE, TRACE_OBJREFS, TRACE_RECEIVES, TRACE_REFTYPES, TRACE_SENDS
-
Method Summary
Modifier and TypeMethodDescriptionGet the base directory used for path searching.Get the boot class path for this virtual machine.Get the class path for this virtual machine.Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
Methods declared in interface com.sun.jdi.VirtualMachine
allClasses, allModules, allThreads, canAddMethod, canBeModified, canForceEarlyReturn, canGetBytecodes, canGetClassFileVersion, canGetConstantPool, canGetCurrentContendedMonitor, canGetInstanceInfo, canGetMethodReturnValues, canGetModuleInfo, canGetMonitorFrameInfo, canGetMonitorInfo, canGetOwnedMonitorInfo, canGetSourceDebugExtension, canGetSyntheticAttribute, canPopFrames, canRedefineClasses, canRequestMonitorEvents, canRequestVMDeathEvent, canUnrestrictedlyRedefineClasses, canUseInstanceFilters, canUseSourceNameFilters, canWatchFieldAccess, canWatchFieldModification, classesByName, description, dispose, eventQueue, eventRequestManager, exit, getDefaultStratum, instanceCounts, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOfVoid, name, process, redefineClasses, resume, setDebugTraceMode, setDefaultStratum, suspend, topLevelThreadGroups, version
-
Method Details
-
classPath
Get the class path for this virtual machine. -
bootClassPath
Get the boot class path for this virtual machine. -
baseDirectory
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.
-