MCPcopy
hub / github.com/oshi/oshi / getArguments

Method getArguments

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

Makes a best effort attempt to get a list of the the command-line arguments of the process. Returns the same information as #getCommandLine() but parsed to a list. May require elevated permissions or same-user ownership. @return A list of Strings representing the arguments. May return an em

()

Source from the content-addressed store, hash-verified

92 * already dead or permission was denied).
93 */
94 List<String> getArguments();
95
96 /**
97 * Makes a best effort attempt to obtain the environment variables of the

Callers 2

printProcessesMethod · 0.95
testGetArgumentsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

printProcessesMethod · 0.76
testGetArgumentsMethod · 0.52