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()
AppId
AppId
implementation. The AppIdRegistry
chooses
the AppId
with the highest priority (the greatest number).getPriority
in interface AppId
AppId
implementation.public String getSimpleId()
AppId
Example: "cloudstore"
getSimpleId
in interface AppId
null
.public String getQualifiedId()
AppId
Example: "co.codewizards.cloudstore"
getQualifiedId
in interface AppId
null
.public String getName()
AppId
Example: "CloudStore"
public String getWebSiteBaseUrl()
AppId
Important: 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 AppId
null
.Copyright © 2013–2019. All rights reserved.