Interface IDebuggerMachineInformation
- All Known Implementing Classes:
DebuggerMachineInformation
public interface IDebuggerMachineInformation
Machine information interface. A machine provides candidate targets for debugging.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getFlags()
Get the machine flags.Get an optional information string about the machine.Get the optional machine location.getName()
Get the optional machine name.List<? extends IDebuggerProcessInformation>
List the processes (in the general sense) running on this machine.
-
Field Details
-
FLAG_AVAILABLE
static final int FLAG_AVAILABLE- See Also:
-
-
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
-