com.Prominic.runtime
Interface ProcessSpawner


public interface ProcessSpawner

Insert the type's description here. Creation date: (8/13/2001 2:40:35 PM)


Method Summary
 NProcess exec(java.lang.String command)
          Insert the method's description here.
 NProcess exec(java.lang.String[] command)
          Insert the method's description here.
 

Method Detail

exec

NProcess exec(java.lang.String[] command)
              throws java.io.IOException
Insert the method's description here. Creation date: (8/13/2001 2:41:42 PM)

Parameters:
command - java.lang.String[]
Throws:
java.io.IOException - The exception description.

exec

NProcess exec(java.lang.String command)
              throws java.io.IOException
Insert the method's description here. Creation date: (8/13/2001 2:41:42 PM)

Parameters:
command - java.lang.String[]
Throws:
java.io.IOException - The exception description.