com.atlassian.jira.help
Class SimpleHelpUrlBuilder.Factory

java.lang.Object
  extended by com.atlassian.jira.help.SimpleHelpUrlBuilder.Factory
All Implemented Interfaces:
HelpUrlBuilder.Factory
Enclosing class:
SimpleHelpUrlBuilder

public static class SimpleHelpUrlBuilder.Factory
extends Object


Constructor Summary
SimpleHelpUrlBuilder.Factory(BuildUtilsInfo info)
           
 
Method Summary
 HelpUrlBuilder get(String prefix, String suffix)
          Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHelpUrlBuilder.Factory

public SimpleHelpUrlBuilder.Factory(BuildUtilsInfo info)
Method Detail

get

public final HelpUrlBuilder get(String prefix,
                                String suffix)
Description copied from interface: HelpUrlBuilder.Factory
Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.

Specified by:
get in interface HelpUrlBuilder.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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.