public class ApplicationIdUtil extends Object
| Constructor and Description |
|---|
ApplicationIdUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationId |
generate(URI baseUri)
Generates a consistent, unique
ApplicationId for the specified baseUri. |
public static ApplicationId generate(URI baseUri)
ApplicationId for the specified baseUri. Subsequent calls to this method
with the equivalent baseUri will return the same result. 'Equivalent' baseUris are URIs that are
lexicographically equal after:
URI.toASCIIString()); andURI.normalize()).baseUri - the base URI of a remote applicationApplicationId for the supplied URICopyright © 2018 Atlassian. All rights reserved.