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

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

public class ProcessList
extends java.lang.Object
implements IProcessList

Insert the type's description here.

See Also:
IProcessList

Constructor Summary
ProcessList()
           
 
Method Summary
 IProcessInfo[] getProcessList()
          Insert the method's description here.
 
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()
Insert the method's description here.

Specified by:
getProcessList in interface IProcessList
See Also:
IProcessList.getProcessList()