Package dev.runabout

Class RunaboutUtils


  • public class RunaboutUtils
    extends java.lang.Object
    Utility class for Runabout.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeQuotesOneLayer​(java.lang.String input)
      Escapes quotes in a string 3 layers deep.
      static java.lang.String methodToRunaboutString​(java.lang.reflect.Method method)
      Default implementation for converting a Method to a Runabout-readable String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 a Method to a Runabout-readable String.
        Parameters:
        method - The method to create a string referencing.
        Returns:
        A string in a format known to Runabout.