frysk.util
Class ProcRunUtil

java.lang.Object
  extended by frysk.util.ProcRunUtil

public class ProcRunUtil
extends Object

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

DEFAULT

public static final ProcRunUtil.RunUtilOptions DEFAULT
Constructor Detail

ProcRunUtil

public ProcRunUtil(String utilName,
                   String usage,
                   String[] args,
                   ProcRunUtil.ProcRunObserver procRunObserver,
                   OptionGroup[] customOptions,
                   ProcRunUtil.RunUtilOptions options)
Method Detail

start

public void start()