org.flexunit.ant.launcher.commands.player
Class FlashPlayerCommand

java.lang.Object
  extended by org.flexunit.ant.launcher.commands.Command
      extended by org.flexunit.ant.launcher.commands.player.DefaultPlayerCommand
          extended by org.flexunit.ant.launcher.commands.player.FlashPlayerCommand
All Implemented Interfaces:
PlayerCommand

public class FlashPlayerCommand
extends DefaultPlayerCommand

Abstracts the assembly of a command-line call to the Flash player for all platforms.


Field Summary
private  boolean localTrusted
           
static java.lang.String TRUST_FILENAME
           
 
Constructor Summary
FlashPlayerCommand()
           
 
Method Summary
 java.io.File getFileToExecute()
           
 boolean isLocalTrusted()
           
 void prepare()
           
 void setLocalTrusted(boolean localTrusted)
           
 
Methods inherited from class org.flexunit.ant.launcher.commands.player.DefaultPlayerCommand
getDefaults, getSwf, getUrl, launch, setDefaults, setSwf, setUrl
 
Methods inherited from class org.flexunit.ant.launcher.commands.Command
execute, getCommandLine, getEnvironment, getProject, setEnvironment, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.flexunit.ant.launcher.commands.player.PlayerCommand
setEnvironment, setProject
 

Field Detail

TRUST_FILENAME

public static final java.lang.String TRUST_FILENAME
See Also:
Constant Field Values

localTrusted

private boolean localTrusted
Constructor Detail

FlashPlayerCommand

public FlashPlayerCommand()
Method Detail

getFileToExecute

public java.io.File getFileToExecute()
Specified by:
getFileToExecute in interface PlayerCommand
Specified by:
getFileToExecute in class DefaultPlayerCommand

setLocalTrusted

public void setLocalTrusted(boolean localTrusted)

isLocalTrusted

public boolean isLocalTrusted()

prepare

public void prepare()
Specified by:
prepare in interface PlayerCommand
Specified by:
prepare in class DefaultPlayerCommand