Class GroovyModelReader
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelReaderSupport
-
- org.sonatype.maven.polyglot.groovy.GroovyModelReader
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelReader
@Component(role=org.apache.maven.model.io.ModelReader.class, hint="groovy") public class GroovyModelReader extends org.sonatype.maven.polyglot.io.ModelReaderSupport
Reads a pom.groovy and transforms into a MavenModel
.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description GroovyModelReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Model
read(Reader input, Map<String,?> options)
-
-
-
Method Detail
-
read
public org.apache.maven.model.Model read(Reader input, Map<String,?> options) throws IOException
- Throws:
IOException
-
-