Package org.sonatype.maven.polyglot.io
Class ModelWriterSupport
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelWriterSupport
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelWriter
public abstract class ModelWriterSupport extends Object implements org.apache.maven.model.io.ModelWriter
Support forModelWriter
implementations.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description ModelWriterSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(File file, Map<String,Object> options, org.apache.maven.model.Model model)
void
write(OutputStream output, Map<String,Object> options, org.apache.maven.model.Model model)
-
-
-
Method Detail
-
write
public void write(File file, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
- Specified by:
write
in interfaceorg.apache.maven.model.io.ModelWriter
- Throws:
IOException
-
write
public void write(OutputStream output, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
- Specified by:
write
in interfaceorg.apache.maven.model.io.ModelWriter
- Throws:
IOException
-
-