public interface AndroidKeyManager
| Modifier and Type | Method and Description |
|---|---|
ResourceId<Key> |
ensureAndroidKey(com.sun.jersey.api.client.WebResource webResource,
ResourcePath<PlatformKeys> keysResource,
HasResourceIdAndPath<Key>[] keyResources) |
void |
setAndroidCertificateAlias(String androidCertificateAlias) |
void |
setAndroidCertificatePassword(String androidCertificatePassword) |
void |
setAndroidKeyId(Integer androidKeyId) |
void |
setAndroidKeystore(File androidKeystore) |
void |
setAndroidKeystorePassword(String androidKeystorePassword) |
void |
setAndroidServer(String androidServer) |
void |
setAppTitle(String appTitle) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setWorkingDirectory(File workingDirectory) |
ResourceId<Key> ensureAndroidKey(com.sun.jersey.api.client.WebResource webResource, ResourcePath<PlatformKeys> keysResource, HasResourceIdAndPath<Key>[] keyResources) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionvoid setAndroidKeyId(Integer androidKeyId)
void setAndroidServer(String androidServer)
void setAndroidCertificatePassword(String androidCertificatePassword)
void setAndroidKeystore(File androidKeystore)
void setAndroidKeystorePassword(String androidKeystorePassword)
void setAndroidCertificateAlias(String androidCertificateAlias)
void setLog(org.apache.maven.plugin.logging.Log log)
void setWorkingDirectory(File workingDirectory)
void setAppTitle(String appTitle)
Copyright © 2014. All Rights Reserved.