MCPcopy
hub / github.com/oshi/oshi / getName

Method getName

oshi-core/src/main/java/oshi/software/os/OSProcess.java:46–46  ·  view source on GitHub ↗

Gets the name of the process, often the executable program. @return the name of the process.

()

Source from the content-addressed store, hash-verified

44 * @return the name of the process.
45 */
46 String getName();
47
48 /**
49 * Gets the full filesystem path of the executing process.

Callers 2

parseProcessesMethod · 0.95
printProcessesMethod · 0.95

Implementers 1

AbstractOSProcessoshi-core/src/main/java/oshi/software/

Calls

no outgoing calls

Tested by 1

printProcessesMethod · 0.76