|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.util.ProcRunUtil
public class ProcRunUtil
Framework to be used for frysk utilities which analyze running
processes.
Utilities must implement ProcRunUtil.ProcRunObserver to use.
| Nested Class Summary | |
|---|---|
static interface |
ProcRunUtil.ProcRunObserver
|
static class |
ProcRunUtil.RunUtilOptions
|
| Field Summary | |
|---|---|
static ProcRunUtil.RunUtilOptions |
DEFAULT
|
| Constructor Summary | |
|---|---|
ProcRunUtil(String utilName,
String usage,
String[] args,
ProcRunUtil.ProcRunObserver procRunObserver,
OptionGroup[] customOptions,
ProcRunUtil.RunUtilOptions options)
|
|
| Method Summary | |
|---|---|
void |
start()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ProcRunUtil.RunUtilOptions DEFAULT
| Constructor Detail |
|---|
public ProcRunUtil(String utilName,
String usage,
String[] args,
ProcRunUtil.ProcRunObserver procRunObserver,
OptionGroup[] customOptions,
ProcRunUtil.RunUtilOptions options)
| Method Detail |
|---|
public void start()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||