Interface IDebuggerMachineInformation

All Known Implementing Classes:
DebuggerMachineInformation

public interface IDebuggerMachineInformation
Machine information interface. A machine provides candidate targets for debugging.
  • Field Details

  • Method Details

    • getFlags

      int getFlags()
      Get the machine flags.
      Returns:
    • getName

      String getName()
      Get the optional machine name.
      Returns:
    • getLocation

      String getLocation()
      Get the optional machine location.
      Returns:
    • getInformation

      String getInformation()
      Get an optional information string about the machine.
      Returns:
    • getProcesses

      List<? extends IDebuggerProcessInformation> getProcesses()
      List the processes (in the general sense) running on this machine.
      Returns:
      a list of processes, possibly empty