Uses of Interface
org.flexunit.ant.launcher.commands.player.PlayerCommand

Packages that use PlayerCommand
org.flexunit.ant.launcher.commands.player   
org.flexunit.ant.launcher.contexts   
org.flexunit.ant.tasks   
 

Uses of PlayerCommand in org.flexunit.ant.launcher.commands.player
 

Classes in org.flexunit.ant.launcher.commands.player that implement PlayerCommand
 class AdlCommand
           
 class CustomPlayerCommand
           
 class DefaultPlayerCommand
           
 class FlashPlayerCommand
          Abstracts the assembly of a command-line call to the Flash player for all platforms.
 

Methods in org.flexunit.ant.launcher.commands.player that return PlayerCommand
static PlayerCommand PlayerCommandFactory.createPlayer(OperatingSystem os, java.lang.String player, java.io.File customCommand, boolean localTrusted)
          Factory method to create the appropriate player and provide it with a set of defaults for the executing platform.
 PlayerCommand CustomPlayerCommand.getProxiedCommand()
           
 

Uses of PlayerCommand in org.flexunit.ant.launcher.contexts
 

Fields in org.flexunit.ant.launcher.contexts declared as PlayerCommand
private  PlayerCommand DefaultContext.command
           
private  PlayerCommand HeadlessContext.playerCommand
           
 

Methods in org.flexunit.ant.launcher.contexts with parameters of type PlayerCommand
 void HeadlessContext.setCommand(PlayerCommand command)
           
 void ExecutionContext.setCommand(PlayerCommand command)
           
 void DefaultContext.setCommand(PlayerCommand command)
           
 

Uses of PlayerCommand in org.flexunit.ant.tasks
 

Methods in org.flexunit.ant.tasks that return PlayerCommand
protected  PlayerCommand TestRun.obtainPlayer()
          Fetch the player command to execute the SWF.
 

Methods in org.flexunit.ant.tasks with parameters of type PlayerCommand
protected  ExecutionContext TestRun.obtainContext(PlayerCommand player)