Uses of Class
org.flexunit.ant.launcher.OperatingSystem

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

Uses of OperatingSystem in org.flexunit.ant.launcher
 

Methods in org.flexunit.ant.launcher that return OperatingSystem
static OperatingSystem OperatingSystem.identify()
          Searches for Windows and Mac specificially and if not found defaults to Linux.
static OperatingSystem OperatingSystem.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystem[] OperatingSystem.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.flexunit.ant.launcher.commands.player with parameters of type OperatingSystem
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.
 

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

Methods in org.flexunit.ant.launcher.contexts with parameters of type OperatingSystem
static ExecutionContext ExecutionContextFactory.createContext(OperatingSystem os, boolean headless, int display)
          Used to generate new instances of an execution context based on the OS and whether the build should run headlessly.
 

Uses of OperatingSystem in org.flexunit.ant.tasks.configuration
 

Fields in org.flexunit.ant.tasks.configuration declared as OperatingSystem
private  OperatingSystem TestRunConfiguration.os
           
 

Methods in org.flexunit.ant.tasks.configuration that return OperatingSystem
 OperatingSystem TestRunConfiguration.getOs()