public interface ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
void |
setCommand(PlayerCommand command) |
void |
setProject(org.apache.tools.ant.Project project) |
void |
start()
Starts the execution context and any work associated with the individual implementations.
|
void |
stop(Process playerProcess)
Stops the execution context and manages the player Process as well as any work associated
with the individual implementations.
|
void setProject(org.apache.tools.ant.Project project)
void setCommand(PlayerCommand command)
void start()
throws IOException
IOExceptionvoid stop(Process playerProcess) throws IOException
playerProcess - IOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.