Package com._1c.g5.v8.dt.v8help
Class V8HelpUtil
java.lang.Object
com._1c.g5.v8.dt.v8help.V8HelpUtil
V8Help utility class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic V8HelpAttribute
getAttributeByName
(V8HelpBook helpBook, String name) FindV8HelpAttribute
by given namestatic V8HelpEntry
getEntryByPage
(V8HelpBook helpBook, V8HelpPage page) FindV8HelpEntry
by givenV8HelpPage
static V8HelpBook
getErrorV8HelpBook
(String message, String... attributes) CreateV8HelpBook
with one entry for show error messagestatic V8HelpPage
getPageByHostLink
(V8HelpBook helpBook, String host, String link) FindV8HelpPage
by given host and link
-
Constructor Details
-
V8HelpUtil
public V8HelpUtil()
-
-
Method Details
-
getErrorV8HelpBook
CreateV8HelpBook
with one entry for show error message- Parameters:
message
- the error messageattributes
- the attributes names which must contains in this book
-
getAttributeByName
FindV8HelpAttribute
by given name- Parameters:
helpBook
- theV8HelpBook
where to searchname
- theV8HelpAttribute
name- Returns:
- instance of
V8HelpAttribute
from helpBook ornull
if attribute with given name not exist
-
getPageByHostLink
FindV8HelpPage
by given host and link- Parameters:
helpBook
- theV8HelpBook
where to searchhost
-link
-- Returns:
- instance of
V8HelpPage
from helpBook ornull
-
getEntryByPage
FindV8HelpEntry
by givenV8HelpPage
- Parameters:
helpBook
- theV8HelpBook
where to searchpage
-- Returns:
- instance of
V8HelpEntry
from helpBook ornull
-