@Component(role=org.apache.maven.model.building.ModelProcessor.class)
public class SemanticVersionModelProcessor
extends org.apache.maven.model.building.DefaultModelProcessor
| Constructor and Description |
|---|
SemanticVersionModelProcessor() |
| 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) |
org.apache.maven.model.Model |
read(Reader 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.ModelReaderread in class org.apache.maven.model.building.DefaultModelProcessorIOExceptionpublic org.apache.maven.model.Model read(Reader input, Map<String,?> options) throws IOException
read in interface org.apache.maven.model.io.ModelReaderread in class org.apache.maven.model.building.DefaultModelProcessorIOExceptionpublic org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException
read in interface org.apache.maven.model.io.ModelReaderread in class org.apache.maven.model.building.DefaultModelProcessorIOExceptionCopyright © 2021. All rights reserved.