public class PropertiesFileDocProvider extends java.lang.Object implements ScriptFunctionDocProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RIGHTWARDS_ARROW |
NO_DOC_PROVIDER| Constructor and Description |
|---|
PropertiesFileDocProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getBundlePrefix(java.lang.reflect.Method m) |
protected java.lang.String |
getDescriptionDocs(java.lang.String path,
java.lang.reflect.Method m) |
java.lang.String |
getMethodDescription(java.lang.String path,
java.lang.reflect.Method m) |
java.util.Map<java.lang.String,java.lang.String> |
getParameterDescriptions(java.lang.String path,
java.lang.reflect.Method m) |
protected java.util.Map<java.lang.String,java.lang.String> |
getParameterDocs(java.lang.String path,
java.lang.reflect.Method m) |
protected java.lang.String |
getReturnDocs(java.lang.String path,
java.lang.reflect.Method m) |
java.lang.String |
getReturnValueDescription(java.lang.String path,
java.lang.reflect.Method m) |
protected java.util.Map<java.lang.String,java.lang.String> |
parameterDocsFromKeywordArgs(java.lang.String path,
java.lang.reflect.Method m) |
protected java.util.Map<java.lang.String,java.lang.String> |
parameterDocsFromScriptArgs(java.lang.String path,
java.lang.reflect.Method m) |
public static final java.lang.String RIGHTWARDS_ARROW
public java.lang.String getMethodDescription(java.lang.String path,
java.lang.reflect.Method m)
getMethodDescription in interface ScriptFunctionDocProviderpath - The path this function is being added at, as given to the ScriptManager.m - The Method being added as a scripting function.public java.util.Map<java.lang.String,java.lang.String> getParameterDescriptions(java.lang.String path,
java.lang.reflect.Method m)
getParameterDescriptions in interface ScriptFunctionDocProviderpath - The path this function is being added at, as given to the ScriptManager.m - The Method being added as a scripting function.public java.lang.String getReturnValueDescription(java.lang.String path,
java.lang.reflect.Method m)
getReturnValueDescription in interface ScriptFunctionDocProviderpath - The path this function is being added at, as given to the ScriptManager.m - The Method being added as a scripting function.protected java.lang.String getDescriptionDocs(java.lang.String path,
java.lang.reflect.Method m)
protected java.util.Map<java.lang.String,java.lang.String> getParameterDocs(java.lang.String path,
java.lang.reflect.Method m)
protected java.util.Map<java.lang.String,java.lang.String> parameterDocsFromKeywordArgs(java.lang.String path,
java.lang.reflect.Method m)
protected java.util.Map<java.lang.String,java.lang.String> parameterDocsFromScriptArgs(java.lang.String path,
java.lang.reflect.Method m)
protected java.lang.String getReturnDocs(java.lang.String path,
java.lang.reflect.Method m)
protected java.lang.String getBundlePrefix(java.lang.reflect.Method m)