public class DroidiumPlatformConfiguration extends Object
| Constructor and Description |
|---|
DroidiumPlatformConfiguration() |
public boolean isForceNewBridge()
public String getAndroidHome()
public String getAndroidSdkRoot()
public String getAndroidSdkHome()
public String getAndroidTools()
public String getAndroidPlatformTools()
public String getAdbHome()
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 resolveAndroidSdkRoot()
public String resolveAndroidTools()
public String resolveAndroidPlatformTools()
public String resolveAdbHome()
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.