public abstract class ModelWriterSupport extends Object implements org.apache.maven.model.io.ModelWriter
ModelWriter
implementations.Constructor and Description |
---|
ModelWriterSupport() |
Modifier and Type | Method and 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) |
public void write(File file, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
write
in interface org.apache.maven.model.io.ModelWriter
IOException
public void write(OutputStream output, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
write
in interface org.apache.maven.model.io.ModelWriter
IOException
Copyright © 2021. All rights reserved.