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 Stringprotected StringgetDescriptionDocs(String path, Method m) getMethodDescription(String path, Method m) getParameterDescriptions(String path, Method m) getParameterDocs(String path, Method m) protected StringgetReturnDocs(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:
getMethodDescriptionin interfaceScriptFunctionDocProvider- Parameters:
path- The path this function is being added at, as given to theScriptManager.m- TheMethodbeing added as a scripting function.- Returns:
- A description of what the function does.
-
getParameterDescriptions
- Specified by:
getParameterDescriptionsin interfaceScriptFunctionDocProvider- Parameters:
path- The path this function is being added at, as given to theScriptManager.m- TheMethodbeing added as a scripting function.- Returns:
- Map of parameter names matched to their descriptions.
-
getReturnValueDescription
- Specified by:
getReturnValueDescriptionin interfaceScriptFunctionDocProvider- Parameters:
path- The path this function is being added at, as given to theScriptManager.m- TheMethodbeing added as a scripting function.- Returns:
- A description of the function's return value.
-
getDescriptionDocs
-
getParameterDocs
-
parameterDocsFromKeywordArgs
-
parameterDocsFromScriptArgs
-
getReturnDocs
-
getBundlePrefix
-