Class GroovyModelWriter
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelWriterSupport
-
- org.sonatype.maven.polyglot.groovy.GroovyModelWriter
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelWriter
@Component(role=org.apache.maven.model.io.ModelWriter.class, hint="groovy") public class GroovyModelWriter extends org.sonatype.maven.polyglot.io.ModelWriterSupport
Writes a MavenModel
to a pom.groovy.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description GroovyModelWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(Writer output, Map<String,Object> options, org.apache.maven.model.Model model)
-
-
-
Method Detail
-
write
public void write(Writer output, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
- Throws:
IOException
-
-