@Component(role=org.apache.maven.model.building.ModelProcessor.class)
public class MavenModelProcessorImpl
extends org.apache.maven.model.building.DefaultModelProcessor
ModelProcessor to calculate the version.
DefaultProjectBuilder -> DefaultModelBuilder -> DefaultModelProcessor.| Constructor and Description |
|---|
MavenModelProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.Model |
read(File input,
Map<String,?> options)
Call the default implementation to read te model and calculate and replace the version after.
|
org.apache.maven.model.Model |
read(InputStream input,
Map<String,?> options)
Call the default implementation to read te model and calculate and replace the version after.
|
org.apache.maven.model.Model |
read(Reader input,
Map<String,?> options)
Call the default implementation to read te model and calculate and replace the version after.
|
void |
setAutoverSession(AutoverSession value)
Setter.
|
void |
setLogger(org.codehaus.plexus.logging.Logger value)
Setter.
|
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.DefaultModelProcessorinput - the inputoptions - the optionsIOException - for io problemspublic 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.DefaultModelProcessorinput - the inputoptions - the optionsIOException - for io problemspublic 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.DefaultModelProcessorinput - the inputoptions - the optionsIOException - for io problemspublic void setLogger(org.codehaus.plexus.logging.Logger value)
value - the loggerpublic void setAutoverSession(AutoverSession value)
value - the autover sessionCopyright © 2020. All rights reserved.