@Component(role=org.apache.maven.model.building.ModelProcessor.class) public class TeslaModelProcessor extends Object implements org.apache.maven.model.building.ModelProcessor
Constructor and Description |
---|
TeslaModelProcessor() |
Modifier and Type | Method and Description |
---|---|
File |
locatePom(File dir) |
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 File locatePom(File dir)
locatePom
in interface org.apache.maven.model.locator.ModelLocator
public org.apache.maven.model.Model read(File input, Map<String,?> options) throws IOException, org.apache.maven.model.io.ModelParseException
read
in interface org.apache.maven.model.io.ModelReader
IOException
org.apache.maven.model.io.ModelParseException
public org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException, org.apache.maven.model.io.ModelParseException
read
in interface org.apache.maven.model.io.ModelReader
IOException
org.apache.maven.model.io.ModelParseException
public org.apache.maven.model.Model read(Reader input, Map<String,?> options) throws IOException, org.apache.maven.model.io.ModelParseException
read
in interface org.apache.maven.model.io.ModelReader
IOException
org.apache.maven.model.io.ModelParseException
Copyright © 2023. All rights reserved.