Interface UpdateParserFactory


public interface UpdateParserFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Syntax syntax)
    Return true if this factory can create a parser for the given syntax
    create(Syntax syntax)
    Return a parser for the given syntax
  • Method Details

    • accept

      boolean accept(Syntax syntax)
      Return true if this factory can create a parser for the given syntax
    • create

      UpdateParser create(Syntax syntax)
      Return a parser for the given syntax