public class PidNameParser
extends java.lang.Object
| Constructor and Description |
|---|
PidNameParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map |
parseLog(java.io.InputStream is)
Parses the
pidname log file (containing pid to command
name mappings). |
public static java.util.Map parseLog(java.io.InputStream is)
throws java.io.IOException
pidname log file (containing pid to command
name mappings).is - the input stream to parsejava.io.IOException - if an I/O error occurs