Package com._1c.g5.v8.dt.v8help
Class HelpResourceLocatorService
java.lang.Object
com._1c.g5.v8.dt.v8help.HelpResourceLocatorService
Service to operate with
IHelpResourceLocator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetHelpResourceLocator
(Version version, String language) Get instance of HelpResourceLocator for 1C runtime version and language code
-
Field Details
-
INSTANCE
-
-
Method Details
-
getHelpResourceLocator
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
-