Java Debug Interface

com.sun.jdi
インタフェース PathSearchingVirtualMachine

すべてのスーパーインタフェース:
Mirror, VirtualMachine

public interface PathSearchingVirtualMachine
extends VirtualMachine

パスを使用してクラスを検索する Virtual Machine です。

導入されたバージョン:
1.3

フィールドの概要
 
インタフェース com.sun.jdi.VirtualMachine から継承したフィールド
TRACE_ALL, TRACE_EVENTS, TRACE_NONE, TRACE_OBJREFS, TRACE_RECEIVES, TRACE_REFTYPES, TRACE_SENDS
 
メソッドの概要
 String baseDirectory()
           
 List bootClassPath()
          この Virtual Machine のブートクラスパスを取得します。
 List classPath()
          この Virtual Machine のクラスパスを取得します。
 
インタフェース com.sun.jdi.VirtualMachine から継承したメソッド
allClasses, allThreads, canAddMethod, canGetBytecodes, canGetCurrentContendedMonitor, canGetMonitorInfo, canGetOwnedMonitorInfo, canGetSourceDebugExtension, canGetSyntheticAttribute, canPopFrames, canRedefineClasses, canRequestVMDeathEvent, canUnrestrictedlyRedefineClasses, canUseInstanceFilters, canWatchFieldAccess, canWatchFieldModification, classesByName, description, dispose, eventQueue, eventRequestManager, exit, getDefaultStratum, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, name, process, redefineClasses, resume, setDebugTraceMode, setDefaultStratum, suspend, topLevelThreadGroups, version
 
インタフェース com.sun.jdi.Mirror から継承したメソッド
toString, virtualMachine
 

メソッドの詳細

classPath

public List classPath()
この Virtual Machine のクラスパスを取得します。

戻り値:
クラスパスのコンポーネントの List。個々のクラスパスは String によって表される

bootClassPath

public List bootClassPath()
この Virtual Machine のブートクラスパスを取得します。

戻り値:
ブートクラスパスのコンポーネントの List。個々のブートクラスパスは String によって表される

baseDirectory

public String baseDirectory()

Java Debug Interface