|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.mojo.javascript.VirtualDevice
public class VirtualDevice
Represent a Virtual Device configuration.
Used by TitaniumPackageMojo
when executeMode is virtual
to retrieve the emulator settings.
Constructor Summary | |
---|---|
VirtualDevice()
|
Method Summary | |
---|---|
java.lang.String |
getAndroidAPI()
Retrieve the android API version. |
java.lang.String |
getFamily()
Retrieve the virtual device family for the iphone/ipad/universal platform. |
java.lang.String |
getIosVersion()
Retrieve the iOS version. |
java.lang.String |
getSkin()
Retrieve the skin of the android virtual device. |
java.lang.Long |
getWait()
Retrieve the wait time between the android emulator and simulator launch. |
void |
setAndroidAPI(java.lang.String androidAPI)
Set the android API version. |
void |
setFamily(java.lang.String family)
Set the virtual device family of the iphone emulator. |
void |
setIosVersion(java.lang.String iosVersion)
Set the iOS version. |
void |
setSkin(java.lang.String skin)
Set the skin of the android virtual device. |
void |
setWait(java.lang.Long wait)
Set the wait time before launching the simulator after having launched the android simulator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualDevice()
Method Detail |
---|
public java.lang.String getFamily()
public void setFamily(java.lang.String family)
family
- The virtual device family.
Accepted values are:
public java.lang.String getSkin()
public void setSkin(java.lang.String skin)
skin
- The skin of the android virtual device.public java.lang.String getAndroidAPI()
public void setAndroidAPI(java.lang.String androidAPI)
androidAPI
- The android API version.public java.lang.Long getWait()
public void setWait(java.lang.Long wait)
wait
- The wait time.public java.lang.String getIosVersion()
public void setIosVersion(java.lang.String iosVersion)
iosVersion
- The iOS version.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |