|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.maven.polyglot.io.ModelReaderSupport
org.sonatype.maven.polyglot.groovy.GroovyModelReader
@Component(role=org.apache.maven.model.io.ModelReader.class,
hint="groovy")
public class GroovyModelReader
Reads a pom.groovy and transforms into a Maven Model.
| Field Summary | |
|---|---|
protected org.codehaus.plexus.logging.Logger |
log
|
| Fields inherited from interface org.apache.maven.model.io.ModelReader |
|---|
INPUT_SOURCE, IS_STRICT |
| Constructor Summary | |
|---|---|
GroovyModelReader()
|
|
| Method Summary | |
|---|---|
org.apache.maven.model.Model |
read(java.io.Reader input,
java.util.Map<java.lang.String,?> options)
|
| Methods inherited from class org.sonatype.maven.polyglot.io.ModelReaderSupport |
|---|
read, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Requirement protected org.codehaus.plexus.logging.Logger log
| Constructor Detail |
|---|
public GroovyModelReader()
| Method Detail |
|---|
public org.apache.maven.model.Model read(java.io.Reader input,
java.util.Map<java.lang.String,?> options)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||