Package com._1c.g5.v8.dt.v8help
Class HelpResourceLocatorService
- java.lang.Object
-
- com._1c.g5.v8.dt.v8help.HelpResourceLocatorService
-
public class HelpResourceLocatorService extends Object
Service to operate withIHelpResourceLocator
-
-
Field Summary
Fields Modifier and Type Field Description static HelpResourceLocatorService
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IHelpResourceLocator
getHelpResourceLocator(Version version, String language)
Get instance of HelpResourceLocator for 1C runtime version and language code
-
-
-
Field Detail
-
INSTANCE
public static final HelpResourceLocatorService INSTANCE
-
-
Method Detail
-
getHelpResourceLocator
public IHelpResourceLocator getHelpResourceLocator(Version version, String language)
Get instance of HelpResourceLocator for 1C runtime version and language code- Parameters:
version
- the version of 1C runtime, not nulllanguage
- string code of language, null will be changed toLocale.getDefault().getLanguage()
- Returns:
- the
IHelpResourceLocator
-
-