Package org.sonatype.maven.polyglot.atom
Class AtomModelReader
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelReaderSupport
-
- org.sonatype.maven.polyglot.atom.AtomModelReader
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelReader
@Component(role=org.apache.maven.model.io.ModelReader.class, hint="atom") public class AtomModelReader extends org.sonatype.maven.polyglot.io.ModelReaderSupport
Reads a pom.atom and transforms into a MavenModel
.- Author:
- dhanji@gmail.com (Dhanji R. Prasanna)
-
-
Constructor Summary
Constructors Constructor Description AtomModelReader()
-
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
-
-