Class PropertiesFileDocProvider
java.lang.Object
com.inductiveautomation.ignition.common.script.hints.PropertiesFileDocProvider
- All Implemented Interfaces:
- ScriptFunctionDocProvider
- 
Field SummaryFieldsFields inherited from interface com.inductiveautomation.ignition.common.script.hints.ScriptFunctionDocProviderNO_DOC_PROVIDER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
PropertiesFileDocProviderpublic PropertiesFileDocProvider()
 
- 
- 
Method Details- 
getMethodDescription- Specified by:
- getMethodDescriptionin interface- ScriptFunctionDocProvider
- Parameters:
- path- The path this function is being added at, as given to the- ScriptManager.
- m- The- Methodbeing added as a scripting function.
- Returns:
- A description of what the function does.
 
- 
getParameterDescriptions- Specified by:
- getParameterDescriptionsin interface- ScriptFunctionDocProvider
- Parameters:
- path- The path this function is being added at, as given to the- ScriptManager.
- m- The- Methodbeing added as a scripting function.
- Returns:
- Map of parameter names matched to their descriptions.
 
- 
getReturnValueDescription- Specified by:
- getReturnValueDescriptionin interface- ScriptFunctionDocProvider
- Parameters:
- path- The path this function is being added at, as given to the- ScriptManager.
- m- The- Methodbeing added as a scripting function.
- Returns:
- A description of the function's return value.
 
- 
getDescriptionDocs
- 
getParameterDocs
- 
parameterDocsFromKeywordArgs
- 
parameterDocsFromScriptArgs
- 
getReturnDocs
- 
getBundlePrefix
 
-