net.flexmojos.oss.test
Class TestRequest

java.lang.Object
  extended by net.flexmojos.oss.test.TestRequest

public class TestRequest
extends Object


Constructor Summary
TestRequest()
           
 
Method Summary
 String[] getAdlCommand()
           
 boolean getAllowHeadlessMode()
           
 int getFirstConnectionTimeout()
           
 String[] getFlashplayerCommand()
           
 File getSwf()
           
 File getSwfDescriptor()
           
 int getTestControlPort()
           
 int getTestPort()
           
 int getTestTimeout()
           
 boolean getUseAirDebugLauncher()
           
 void setAdlCommand(String... adlCommand)
           
 void setAllowHeadlessMode(boolean allowHeadlessMode)
           
 void setFirstConnectionTimeout(int firstConnectionTimeout)
           
 void setFlashplayerCommand(String... flashplayerCommand)
           
 void setSwf(File swf)
           
 void setSwfDescriptor(File swfDescriptor)
           
 void setTestControlPort(int testControlPort)
           
 void setTestPort(int testPort)
           
 void setTestTimeout(int testTimeout)
           
 void setUseAirDebugLauncher(boolean useAirDebugLauncher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRequest

public TestRequest()
Method Detail

getAdlCommand

public String[] getAdlCommand()

getAllowHeadlessMode

public boolean getAllowHeadlessMode()

getFirstConnectionTimeout

public int getFirstConnectionTimeout()

getFlashplayerCommand

public String[] getFlashplayerCommand()

getSwf

public File getSwf()

getSwfDescriptor

public File getSwfDescriptor()

getTestControlPort

public int getTestControlPort()

getTestPort

public int getTestPort()

getTestTimeout

public int getTestTimeout()

getUseAirDebugLauncher

public boolean getUseAirDebugLauncher()

setAdlCommand

public void setAdlCommand(String... adlCommand)

setAllowHeadlessMode

public void setAllowHeadlessMode(boolean allowHeadlessMode)

setFirstConnectionTimeout

public void setFirstConnectionTimeout(int firstConnectionTimeout)

setFlashplayerCommand

public void setFlashplayerCommand(String... flashplayerCommand)

setSwf

public void setSwf(File swf)

setSwfDescriptor

public void setSwfDescriptor(File swfDescriptor)

setTestControlPort

public void setTestControlPort(int testControlPort)

setTestPort

public void setTestPort(int testPort)

setTestTimeout

public void setTestTimeout(int testTimeout)

setUseAirDebugLauncher

public void setUseAirDebugLauncher(boolean useAirDebugLauncher)


Copyright © 2008–2014 flexmojos. All rights reserved.