Class ModelloSnakeYamlExtendedReaderMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="snakeyaml-extended-reader",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloSnakeYamlExtendedReaderMojo
    extends ModelloXpp3ReaderMojo
    Creates an Snake Yaml extended reader from the model. An extended reader populates the parsed model with metadata about the line/column from which the data was read if the model supports this.
    Since:
    1.8
    • Constructor Detail

      • ModelloSnakeYamlExtendedReaderMojo

        public ModelloSnakeYamlExtendedReaderMojo()