Class Util


  • public class Util
    extends java.lang.Object
    Utility class for modeler operations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean objectNameValueNeedsQuote​(java.lang.String input)
      Determines whether the given string value needs to be quoted when used in an ObjectName.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • objectNameValueNeedsQuote

        public static boolean objectNameValueNeedsQuote​(java.lang.String input)
        Determines whether the given string value needs to be quoted when used in an ObjectName.
        Parameters:
        input - The string value to check
        Returns:
        true if the value contains characters that require quoting, false otherwise