Package com._1c.g5.v8.dt.v8help
Interface IHelpResourceLocator
-
- All Known Implementing Classes:
HelpResourceLocator
public interface IHelpResourceLocatorInterface for V8 native help book resource locationService give registered
V8HelpBookmodel for 1C runtime version and language code
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V8HelpBookgetV8HelpBook()Get registeredV8HelpBookmodel for 1C runtime version and language code
-
-
-
Method Detail
-
getV8HelpBook
V8HelpBook getV8HelpBook() throws IOException
Get registeredV8HelpBookmodel for 1C runtime version and language code- Returns:
- the
V8HelpBookmodel - Throws:
IOException- if V8HelpBook not registered for this version/language or resource is locked
-
-