Class YsldValidator

Object
YsldValidator

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

    • YsldValidator

      public YsldValidator()
  • Method Details

    • 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
    • setZCtxtFinders

      public void setZCtxtFinders(List<ZoomContextFinder> zCtxtFinders)