Class PropertiesFileDocProvider
java.lang.Object
com.inductiveautomation.ignition.common.script.hints.PropertiesFileDocProvider
- All Implemented Interfaces:
ScriptFunctionDocProvider
-
Field Summary
FieldsFields inherited from interface com.inductiveautomation.ignition.common.script.hints.ScriptFunctionDocProvider
NO_DOC_PROVIDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
getDescriptionDocs
(String path, Method m) getMethodDescription
(String path, Method m) getParameterDescriptions
(String path, Method m) getParameterDocs
(String path, Method m) protected String
getReturnDocs
(String path, Method m) getReturnValueDescription
(String path, Method m) parameterDocsFromKeywordArgs
(String path, Method m) parameterDocsFromScriptArgs
(String path, Method m)
-
Field Details
-
RIGHTWARDS_ARROW
- See Also:
-
-
Constructor Details
-
PropertiesFileDocProvider
public PropertiesFileDocProvider()
-
-
Method Details
-
getMethodDescription
- Specified by:
getMethodDescription
in interfaceScriptFunctionDocProvider
- Parameters:
path
- The path this function is being added at, as given to theScriptManager
.m
- TheMethod
being added as a scripting function.- Returns:
- A description of what the function does.
-
getParameterDescriptions
- Specified by:
getParameterDescriptions
in interfaceScriptFunctionDocProvider
- Parameters:
path
- The path this function is being added at, as given to theScriptManager
.m
- TheMethod
being added as a scripting function.- Returns:
- Map of parameter names matched to their descriptions.
-
getReturnValueDescription
- Specified by:
getReturnValueDescription
in interfaceScriptFunctionDocProvider
- Parameters:
path
- The path this function is being added at, as given to theScriptManager
.m
- TheMethod
being added as a scripting function.- Returns:
- A description of the function's return value.
-
getDescriptionDocs
-
getParameterDocs
-
parameterDocsFromKeywordArgs
-
parameterDocsFromScriptArgs
-
getReturnDocs
-
getBundlePrefix
-