|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.applinks.host.util.InstanceNameGenerator
public class InstanceNameGenerator
Implements the Atlassian Name Generation Algorithm(TM) (taking the first character of each part of the hostname -- like JAC for jira.atlassian.com).
| Constructor Summary | |
|---|---|
InstanceNameGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateInstanceName(java.lang.String baseURL)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceNameGenerator()
| Method Detail |
|---|
public java.lang.String generateInstanceName(java.lang.String baseURL)
throws java.net.MalformedURLException
baseURL - the base url to generate an instance name from
java.net.MalformedURLException - when the specified URL is not a valid
URL string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||