public class

DebuggerMachineInformation

extends Object
implements IDebuggerMachineInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerMachineInformation

Class Overview

Standard implementation of a machine information object.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation
Public Constructors
DebuggerMachineInformation(String name, String location, int flags, String information)
Public Methods
int getFlags()
Get the machine flags.
String getInformation()
Get an optional information string about the machine.
String getLocation()
Get the optional machine location.
String getName()
Get the optional machine name.
List<? extends IDebuggerProcessInformation> getProcesses()
List the processes (in the general sense) running on this machine.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation

Public Constructors

public DebuggerMachineInformation (String name, String location, int flags, String information)

Public Methods

public int getFlags ()

Get the machine flags.

public String getInformation ()

Get an optional information string about the machine.

public String getLocation ()

Get the optional machine location.

public String getName ()

Get the optional machine name.

public List<? extends IDebuggerProcessInformation> getProcesses ()

List the processes (in the general sense) running on this machine.

Returns
  • a list of processes, possibly empty

public String toString ()