public interface PlayerCommand
Execute that has its own handle to a Project
and can setup context for using the project| Modifier and Type | Method and Description |
|---|---|
File |
getFileToExecute() |
Process |
launch() |
void |
prepare() |
void |
setEnvironment(String[] variables) |
void |
setProject(org.apache.tools.ant.Project project) |
void |
setSwf(File swf) |
void |
setUrl(String url) |
void setProject(org.apache.tools.ant.Project project)
void setEnvironment(String[] variables)
File getFileToExecute()
void setSwf(File swf)
void setUrl(String url)
void prepare()
Process launch() throws IOException
IOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.