org.flexunit.ant.launcher.commands.player
Class FlashPlayerCommand
java.lang.Object
org.flexunit.ant.launcher.commands.Command
org.flexunit.ant.launcher.commands.player.DefaultPlayerCommand
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRUST_FILENAME
public static final java.lang.String TRUST_FILENAME
- See Also:
- Constant Field Values
localTrusted
private boolean localTrusted
FlashPlayerCommand
public FlashPlayerCommand()
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