Uses of Class
org.lightwolf.ProcessManager

Packages that use ProcessManager
org.lightwolf Core classes for flow manipulation and synchronization. 
org.lightwolf.tools Classes that perform bytecode enhancing. 
 

Uses of ProcessManager in org.lightwolf
 

Methods in org.lightwolf that return ProcessManager
static ProcessManager ProcessManager.getDefault()
           
 

Methods in org.lightwolf with parameters of type ProcessManager
static void ProcessManager.setDefault(ProcessManager manager)
           
 

Constructors in org.lightwolf with parameters of type ProcessManager
FileProcess(ProcessManager manager, File file)
           
FileProcess(ProcessManager manager, String fileName)
           
Process(ProcessManager manager)
           
 

Uses of ProcessManager in org.lightwolf.tools
 

Subclasses of ProcessManager in org.lightwolf.tools
 class SimpleProcessManager