org.eclipse.cdt.internal.core.win32
Class ProcessList

java.lang.Object
  extended by org.eclipse.cdt.internal.core.win32.ProcessList
All Implemented Interfaces:
IProcessList

public class ProcessList
extends java.lang.Object
implements IProcessList


Constructor Summary
ProcessList()
           
 
Method Summary
 IProcessInfo[] getProcessList()
           
 IProcessInfo[] parseListTasks(java.io.InputStreamReader reader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessList

public ProcessList()
Method Detail

getProcessList

public IProcessInfo[] getProcessList()
Specified by:
getProcessList in interface IProcessList

parseListTasks

public IProcessInfo[] parseListTasks(java.io.InputStreamReader reader)