Package org.apache.tomcat.util.modeler
Class Util
- java.lang.Object
-
- org.apache.tomcat.util.modeler.Util
-
public class Util extends java.lang.ObjectUtility class for modeler operations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanobjectNameValueNeedsQuote(java.lang.String input)Determines whether the given string value needs to be quoted when used in an ObjectName.
-
-
-
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:
trueif the value contains characters that require quoting,falseotherwise
-
-