public abstract class DefaultPlayerCommand extends Command implements ProcessCommand
| Constructor and Description |
|---|
DefaultPlayerCommand() |
| Modifier and Type | Method and Description |
|---|---|
PlatformDefaults |
getDefaults() |
abstract File |
getFileToExecute() |
File |
getSwf() |
String |
getUrl() |
Process |
launch() |
abstract void |
prepare() |
void |
setDefaults(PlatformDefaults defaults) |
void |
setSwf(File swf) |
void |
setUrl(String url) |
execute, getCommandLine, getEnvironment, getProject, setEnvironment, setProjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEnvironment, setProjectpublic void setSwf(File swf)
setSwf in interface TestRunCommandpublic File getSwf()
public String getUrl()
public void setUrl(String url)
setUrl in interface TestRunCommandpublic void setDefaults(PlatformDefaults defaults)
public PlatformDefaults getDefaults()
public abstract File getFileToExecute()
getFileToExecute in interface ProcessCommandpublic abstract void prepare()
prepare in interface TestRunCommandpublic Process launch() throws IOException
launch in interface ProcessCommandlaunch in class CommandIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.