Package com._1c.g5.v8.dt.v8help.impl
Class HelpResourceLocator
- java.lang.Object
-
- com._1c.g5.v8.dt.v8help.impl.HelpResourceLocator
-
- All Implemented Interfaces:
IHelpResourceLocator
public class HelpResourceLocator extends Object implements IHelpResourceLocator
Implementation of help book locator service
-
-
Constructor Summary
Constructors Constructor Description HelpResourceLocator(Version version, String language)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V8HelpBook
getV8HelpBook()
Get registeredV8HelpBook
model for 1C runtime version and language code
-
-
-
Method Detail
-
getV8HelpBook
public V8HelpBook getV8HelpBook() throws IOException
Description copied from interface:IHelpResourceLocator
Get registeredV8HelpBook
model for 1C runtime version and language code- Specified by:
getV8HelpBook
in interfaceIHelpResourceLocator
- Returns:
- the
V8HelpBook
model - Throws:
IOException
- if V8HelpBook not registered for this version/language or resource is locked
-
-