public static class SimpleHelpUrlBuilder.Factory extends Object
| Constructor and Description |
|---|
Factory(String docsVersion) |
Factory(String docsVersion,
com.atlassian.fugue.Option<String> applicationHelpSpaceVersion) |
| Modifier and Type | Method and Description |
|---|---|
HelpUrlBuilder |
get(String prefix,
String suffix)
Create a
HelpUrlBuilder that will produce a URLs with the passed prefix and
suffix. |
public Factory(String docsVersion)
public final HelpUrlBuilder get(String prefix, String suffix)
HelpUrlBuilder.FactoryHelpUrlBuilder that will produce a URLs with the passed prefix and
suffix.get in interface HelpUrlBuilder.Factoryprefix - the prefix to prepend to any generated URL.suffix - the suffix to append to any generated URL.HelpUrlBuilder that will produce a URLs with the passed prefix and
suffix.Copyright © 2002-2018 Atlassian. All Rights Reserved.