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 TypeMethodDescriptionintgetFlags()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:IDebuggerMachineInformationGet the optional machine name.- Specified by:
getNamein interfaceIDebuggerMachineInformation- Returns:
-
getLocation
Description copied from interface:IDebuggerMachineInformationGet the optional machine location.- Specified by:
getLocationin interfaceIDebuggerMachineInformation- Returns:
-
getFlags
public int getFlags()Description copied from interface:IDebuggerMachineInformationGet the machine flags.- Specified by:
getFlagsin interfaceIDebuggerMachineInformation- Returns:
-
getInformation
Description copied from interface:IDebuggerMachineInformationGet an optional information string about the machine.- Specified by:
getInformationin interfaceIDebuggerMachineInformation- Returns:
-
getProcesses
Description copied from interface:IDebuggerMachineInformationList the processes (in the general sense) running on this machine.- Specified by:
getProcessesin interfaceIDebuggerMachineInformation- Returns:
- a list of processes, possibly empty
-
toString
-