org.flexunit.ant.launcher.commands.player
Class AdlCommand
java.lang.Object
org.flexunit.ant.launcher.commands.Command
org.flexunit.ant.launcher.commands.player.DefaultPlayerCommand
org.flexunit.ant.launcher.commands.player.AdlCommand
- All Implemented Interfaces:
- PlayerCommand
public class AdlCommand
- extends DefaultPlayerCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADT_JAR_PATH
private final java.lang.String ADT_JAR_PATH
DESCRIPTOR_TEMPLATE
private final java.lang.String DESCRIPTOR_TEMPLATE
- See Also:
- Constant Field Values
DESCRIPTOR_FILE
private final java.lang.String DESCRIPTOR_FILE
- See Also:
- Constant Field Values
precompiledAppDescriptor
private java.io.File precompiledAppDescriptor
AdlCommand
public AdlCommand()
getFileToExecute
public java.io.File getFileToExecute()
- Specified by:
getFileToExecute
in interface PlayerCommand
- Specified by:
getFileToExecute
in class DefaultPlayerCommand
createApplicationDescriptor
private void createApplicationDescriptor()
- Used to create the application descriptor used to invoke adl
getVersion
private double getVersion()
parseAdtVersionNumber
private double parseAdtVersionNumber(java.lang.String versionString)
prepare
public void prepare()
- Specified by:
prepare
in interface PlayerCommand
- Specified by:
prepare
in class DefaultPlayerCommand
generateExecutable
private java.lang.String generateExecutable()
getPrecompiledAppDescriptor
public java.io.File getPrecompiledAppDescriptor()
setPrecompiledAppDescriptor
public void setPrecompiledAppDescriptor(java.io.File precompiledAppDescriptor)