Package com.atlassian.jira.help
Class SimpleHelpUrlBuilder.Factory
java.lang.Object
com.atlassian.jira.help.SimpleHelpUrlBuilder.Factory
- All Implemented Interfaces:
HelpUrlBuilder.Factory
- Enclosing class:
- SimpleHelpUrlBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal HelpUrlBuilder
Create aHelpUrlBuilder
that will produce a URLs with the passed prefix and suffix.
-
Constructor Details
-
Factory
-
Factory
-
-
Method Details
-
get
Description copied from interface:HelpUrlBuilder.Factory
Create aHelpUrlBuilder
that will produce a URLs with the passed prefix and suffix.- Specified by:
get
in interfaceHelpUrlBuilder.Factory
- Parameters:
prefix
- the prefix to prepend to any generated URL.suffix
- the suffix to append to any generated URL.- Returns:
- a
HelpUrlBuilder
that will produce a URLs with the passed prefix and suffix.
-