Class ModelWriterSupport

  • All Implemented Interfaces:
    org.apache.maven.model.io.ModelWriter
    Direct Known Subclasses:
    AtomModelWriter, XMLModelWriter

    public abstract class ModelWriterSupport
    extends Object
    implements org.apache.maven.model.io.ModelWriter
    Support for ModelWriter implementations.
    Since:
    0.7
    Author:
    Jason Dillon
    • Constructor Detail

      • ModelWriterSupport

        public ModelWriterSupport()
    • Method Detail

      • write

        public void write​(File file,
                          Map<String,​Object> options,
                          org.apache.maven.model.Model model)
                   throws IOException
        Specified by:
        write in interface org.apache.maven.model.io.ModelWriter
        Throws:
        IOException