Interface PathSearchingVirtualMachine

All Superinterfaces:
Mirror, VirtualMachine

public interface PathSearchingVirtualMachine extends VirtualMachine
A virtual machine which searches for classes through paths
Since:
1.3
  • Method Details Link icon

    • classPath Link icon

      List<String> classPath()
      Get the class path for this virtual machine.
      Returns:
      List of components of the classpath, each represented by a String.
    • bootClassPath Link icon

      List<String> 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 Link icon

      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.