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 Maven
Model
.- Since:
- 0.7
- Author:
- Jason Dillon
-
Field Summary
FieldsFields inherited from interface org.apache.maven.model.io.ModelReader
INPUT_SOURCE, IS_STRICT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonatype.maven.polyglot.io.ModelReaderSupport
getCharset, read, read
-
Field Details
-
log
protected org.slf4j.Logger log
-
-
Constructor Details
-
GroovyModelReader
public GroovyModelReader()
-
-
Method Details
-
read
- Throws:
IOException
-