Class CssTransformValidator

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid​(java.lang.String objectString)
      Checks if a value is a valid data type (e.g.
      private boolean isValidComponent​(java.lang.String objectString)  
      private static boolean isValidForTranslate​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • CssTransformValidator

        public CssTransformValidator()
    • Method Detail

      • isValid

        public boolean isValid​(java.lang.String objectString)
        Description copied from interface: ICssDataTypeValidator
        Checks if a value is a valid data type (e.g. a color, an identifier,...).
        Specified by:
        isValid in interface ICssDataTypeValidator
        Parameters:
        objectString - the value
        Returns:
        true, if the value is a valid data type
      • isValidComponent

        private boolean isValidComponent​(java.lang.String objectString)
      • isValidForTranslate

        private static boolean isValidForTranslate​(java.lang.String string)