Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathSearchingVirtualMachine
A virtual machine which searches for classes through paths
Field Summary |
---|
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()
Get the base directory used for path searching. |
List<String> |
bootClassPath()
Get the boot class path for this virtual machine. |
List<String> |
classPath()
Get the class path for this virtual machine. |
Methods inherited from interface com.sun.jdi.Mirror |
---|
toString, virtualMachine |
Method Detail |
---|
List<String> classPath()
List
of components of the classpath,
each represented by a String
.List<String> bootClassPath()
List
of components of the boot class path,
each represented by a String
.String baseDirectory()
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |