public class HelpUtil extends Object
Modifier and Type | Class and Description |
---|---|
class |
HelpUtil.HelpPath |
Constructor and Description |
---|
HelpUtil()
Returns a HelpUtil using the default configuration.
|
HelpUtil(Properties externalProperties) |
HelpUtil(String externalPropertiesFileLocation,
String internalPropertiesFileLocation) |
Modifier and Type | Method and Description |
---|---|
HelpUtil.HelpPath |
getHelpPath(String helpPathKey)
Returns the
HelpUtil.HelpPath object for a given key, applying |
HelpUtil.HelpPath |
getHelpPath(String helpPathKey,
boolean useOnDemandOverrides)
Returns the
HelpUtil.HelpPath object for a given key |
static HelpUtil |
getInstance()
Returns a HelpUtil that uses the default configuration.
|
Set<String> |
keySet() |
public HelpUtil()
public HelpUtil(Properties externalProperties)
public static HelpUtil getInstance()
and
files in JIRA.
The returned HelpUtil is identical to the singleton one, but we return a copy ofpublic HelpUtil.HelpPath getHelpPath(String helpPathKey)
HelpUtil.HelpPath
object for a given key, applyinghelpPathKey
- the key in playHelpUtil.HelpPath
for tht key or defaultHelpPath if it cant be
found.public HelpUtil.HelpPath getHelpPath(String helpPathKey, boolean useOnDemandOverrides)
HelpUtil.HelpPath
object for a given keyhelpPathKey
- the key in playuseOnDemandOverrides
- whether to use ".ondemand" overridesHelpUtil.HelpPath
for tht key or defaultHelpPath if it cant be
found.public Set<String> keySet()
HelpUtil.HelpPath
valuesCopyright © 2002-2014 Atlassian. All Rights Reserved.