org.sonatype.maven.polyglot.groovy
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 ModelWriterSupport
Writes a Maven Model
to a pom.groovy.
- Since:
- 0.7
- Author:
- Jason Dillon
Field Summary |
protected org.codehaus.plexus.logging.Logger |
log
|
Method Summary |
void |
write(java.io.Writer output,
java.util.Map<java.lang.String,java.lang.Object> options,
org.apache.maven.model.Model model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
@Requirement
protected org.codehaus.plexus.logging.Logger log
GroovyModelWriter
public GroovyModelWriter()
write
public void write(java.io.Writer output,
java.util.Map<java.lang.String,java.lang.Object> options,
org.apache.maven.model.Model model)
throws java.io.IOException
- Throws:
java.io.IOException