public class DroidiumPlatformConfiguration extends Object
| Constructor and Description |
|---|
DroidiumPlatformConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdbServerPort() |
String |
getAlias() |
String |
getAndroidHome() |
String |
getAndroidSdkHome() |
Map<String,String> |
getAndroidSystemEnvironmentProperties() |
String |
getDdmlibCommandTimeout() |
Boolean |
getForceNewBridge() |
String |
getJavaHome() |
String |
getKeyalg() |
String |
getKeypass() |
String |
getKeystore() |
String |
getProperty(String name,
String defaultValue)
Gets value of
name property. |
Boolean |
getRemoveTmpDir() |
String |
getSigalg() |
String |
getStorepass() |
File |
getTmpDir() |
boolean |
isForceNewBridge() |
boolean |
isRemoveTmpDir() |
String |
resolveAndroidHome() |
String |
resolveAndroidSdkHome() |
String |
resolveJavaHome() |
String |
resolveTmpDir() |
String |
resolveUserHome() |
void |
setProperties(Map<String,String> properties) |
void |
setProperty(String property,
String value)
Sets
property to value. |
String |
toString() |
void |
validate() |
public boolean isForceNewBridge()
public String getAndroidHome()
public String getAndroidSdkHome()
public String getJavaHome()
public String getDdmlibCommandTimeout()
public String getStorepass()
public String getKeypass()
public String getAlias()
public String getSigalg()
public String getKeyalg()
public boolean isRemoveTmpDir()
public String getAdbServerPort()
public String getKeystore()
public File getTmpDir()
public Boolean getRemoveTmpDir()
public Boolean getForceNewBridge()
public String resolveJavaHome()
public String resolveAndroidHome()
public String resolveAndroidSdkHome()
public String resolveUserHome()
public String resolveTmpDir()
public String getProperty(String name, String defaultValue) throws IllegalStateException
name property. In case a value for such name does not exist or is null or empty string,
defaultValue is returned.name - name of property you want to get a value ofdefaultValue - value returned in case name is not foundname propertyIllegalArgumentException - if name is a null object or an empty stringIllegalStateExceptionpublic void setProperty(String property, String value) throws IllegalStateException
property to value.property - property to setvalue - value of propertyIllegalArgumentException - if either arguments are null or empty stringsIllegalStateExceptionpublic void validate()
public Map<String,String> getAndroidSystemEnvironmentProperties()
Copyright © 2015 JBoss by Red Hat. All rights reserved.