Package dev.runabout
Class RunaboutUtils
- java.lang.Object
-
- dev.runabout.RunaboutUtils
-
public class RunaboutUtils extends java.lang.ObjectUtility class for Runabout.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringescapeQuotesOneLayer(java.lang.String input)Escapes quotes in a string 3 layers deep.static java.lang.StringmethodToRunaboutString(java.lang.reflect.Method method)Default implementation for converting aMethodto a Runabout-readable String.
-
-
-
Method Detail
-
escapeQuotesOneLayer
public static java.lang.String escapeQuotesOneLayer(java.lang.String input)
Escapes quotes in a string 3 layers deep.- Parameters:
input- The input string.- Returns:
- The input string with quotes escaped.
-
methodToRunaboutString
public static java.lang.String methodToRunaboutString(java.lang.reflect.Method method)
Default implementation for converting aMethodto a Runabout-readable String.- Parameters:
method- The method to create a string referencing.- Returns:
- A string in a format known to Runabout.
-
-