|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Executor
This interface exists for people who want control over how processes are launched.
Implementors are encouraged to implement toString()
for logging purposes.
ExpectJ.spawn(String)
Method Summary | |
---|---|
Process |
execute()
Creates a new process. |
String |
toString()
Describes what execute() created. |
Method Detail |
---|
Process execute() throws IOException
IOException
- if there's a problem starting the new process.toString()
String toString()
execute()
created.
toString
in class Object
execute()
returns.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |