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.ModelWriterIOExceptionpublic void write(OutputStream output, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
write in interface org.apache.maven.model.io.ModelWriterIOExceptionCopyright © 2025. All rights reserved.