Class YsldValidator


  • public class YsldValidator
    extends Object
    Validates a YSLD style
    • Constructor Detail

      • YsldValidator

        public YsldValidator()
    • Method Detail

      • validate

        public List<MarkedYAMLException> validate​(Reader input)
                                           throws IOException
        Validate the passed style
        Parameters:
        input - Reader for the style
        Returns:
        List of MarkedYAMLException representing any errors, or an empty list if the style is valid
        Throws:
        IOException