public class CloudStoreAppId extends Object implements AppId
| Constructor and Description |
|---|
CloudStoreAppId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name used by humans.
|
int |
getPriority()
Gets the priority of this
AppId implementation. |
String |
getQualifiedId()
Gets the qualified (long) ID.
|
String |
getSimpleId()
Gets the simple (short) ID without any qualifier prefix.
|
String |
getWebSiteBaseUrl()
Gets the base-URL.
|
public CloudStoreAppId()
public int getPriority()
AppIdAppId implementation. The AppIdRegistry chooses
the AppId with the highest priority (the greatest number).getPriority in interface AppIdAppId implementation.public String getSimpleId()
AppIdExample: "cloudstore"
getSimpleId in interface AppIdnull.public String getQualifiedId()
AppIdExample: "co.codewizards.cloudstore"
getQualifiedId in interface AppIdnull.public String getName()
AppIdExample: "CloudStore"
public String getWebSiteBaseUrl()
AppIdImportant: This URL must end on '/'!
Example: "http://cloudstore.codewizards.co/" (one of the expected sub-URLs is "http://cloudstore.codewizards.co/update/" where meta-data about the current version is expected).
getWebSiteBaseUrl in interface AppIdnull.Copyright © 2013–2017. All rights reserved.