public abstract class ModelReaderSupport extends Object implements org.apache.maven.model.io.ModelReader
ModelReader implementations.| Constructor and Description |
|---|
ModelReaderSupport() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.Model |
read(File input,
Map<String,?> options) |
org.apache.maven.model.Model |
read(InputStream input,
Map<String,?> options) |
public org.apache.maven.model.Model read(File input, Map<String,?> options) throws IOException
read in interface org.apache.maven.model.io.ModelReaderIOExceptionpublic org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException
read in interface org.apache.maven.model.io.ModelReaderIOExceptionCopyright © 2025. All rights reserved.