public class CustomPlayerCommand extends Object implements ProcessCommand
| Constructor and Description |
|---|
CustomPlayerCommand() |
| Modifier and Type | Method and Description |
|---|---|
File |
getExecutable() |
String[] |
getExecutableArgs() |
File |
getFileToExecute() |
ProcessCommand |
getProxiedCommand() |
String |
getUrl() |
Process |
launch() |
void |
prepare() |
void |
setEnvironment(String[] variables) |
void |
setExecutable(File executable) |
void |
setExecutableArgs(String[] executableArgs) |
void |
setProject(org.apache.tools.ant.Project project) |
void |
setProxiedCommand(DefaultPlayerCommand playerCommand) |
void |
setSwf(File swf) |
void |
setUrl(String url) |
public ProcessCommand getProxiedCommand()
public void setProxiedCommand(DefaultPlayerCommand playerCommand)
public File getExecutable()
public void setExecutable(File executable)
public String[] getExecutableArgs()
public void setExecutableArgs(String[] executableArgs)
public void setProject(org.apache.tools.ant.Project project)
setProject in interface TestRunCommandpublic void setSwf(File swf)
setSwf in interface TestRunCommandpublic String getUrl()
public void setUrl(String url)
setUrl in interface TestRunCommandpublic File getFileToExecute()
getFileToExecute in interface ProcessCommandpublic void prepare()
prepare in interface TestRunCommandpublic Process launch() throws IOException
launch in interface ProcessCommandIOExceptionpublic void setEnvironment(String[] variables)
setEnvironment in interface TestRunCommandCopyright © 2023 The Apache Software Foundation. All rights reserved.