| Package | Description |
|---|---|
| xyz.cofe.unix.linux |
Содержит классы для получение информации о процессах linux.
|
| Modifier and Type | Method and Description |
|---|---|
static Process |
Process.createFrom(File procInProcFS)
Создает объект process
|
static Process |
Process.createFrom(ProcessList processes,
File procInProcFS)
Создает объект process с указанием списка владельца
|
static Process |
Process.createSelf()
Создает объект process о себе /proc/self
|
Process |
ProcessList.getProcessByPID(int pid)
Получение процесса по ID
|
| Constructor and Description |
|---|
Process(Process src)
Конструктор копирования
|
Copyright © 2017. All rights reserved.