public abstract class DefaultPlayerCommand extends Command implements PlayerCommand
| 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 PlayerCommandpublic File getSwf()
public String getUrl()
public void setUrl(String url)
setUrl in interface PlayerCommandpublic void setDefaults(PlatformDefaults defaults)
public PlatformDefaults getDefaults()
public abstract File getFileToExecute()
getFileToExecute in interface PlayerCommandpublic abstract void prepare()
prepare in interface PlayerCommandpublic Process launch() throws IOException
launch in interface PlayerCommandlaunch in class CommandIOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.