Class DebuggerMachineInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerMachineInformation
- All Implemented Interfaces:
IDebuggerMachineInformation
Standard implementation of a machine information object.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation
FLAG_AVAILABLE
-
Constructor Summary
ConstructorsConstructorDescriptionDebuggerMachineInformation
(String name, String location, int flags, String information) -
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.toString()
-
Constructor Details
-
DebuggerMachineInformation
-
-
Method Details
-
getName
Description copied from interface:IDebuggerMachineInformation
Get the optional machine name.- Specified by:
getName
in interfaceIDebuggerMachineInformation
- Returns:
-
getLocation
Description copied from interface:IDebuggerMachineInformation
Get the optional machine location.- Specified by:
getLocation
in interfaceIDebuggerMachineInformation
- Returns:
-
getFlags
public int getFlags()Description copied from interface:IDebuggerMachineInformation
Get the machine flags.- Specified by:
getFlags
in interfaceIDebuggerMachineInformation
- Returns:
-
getInformation
Description copied from interface:IDebuggerMachineInformation
Get an optional information string about the machine.- Specified by:
getInformation
in interfaceIDebuggerMachineInformation
- Returns:
-
getProcesses
Description copied from interface:IDebuggerMachineInformation
List the processes (in the general sense) running on this machine.- Specified by:
getProcesses
in interfaceIDebuggerMachineInformation
- Returns:
- a list of processes, possibly empty
-
toString
-