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