@Component(role=TeslaModelTranslator.class) public class TeslaModelTranslator extends Object
Modifier and Type | Field and Description |
---|---|
protected org.codehaus.plexus.logging.Logger |
log |
Constructor and Description |
---|
TeslaModelTranslator() |
Modifier and Type | Method and Description |
---|---|
void |
translate(File input,
File output) |
void |
translate(File input,
Map<String,?> inputOptions,
File output,
Map<String,?> outputOptions) |
void |
translate(InputStream input,
Map<String,?> inputOptions,
OutputStream output,
Map<String,?> outputOptions) |
void |
translate(Reader input,
Map<String,?> inputOptions,
Writer output,
Map<String,?> outputOptions) |
void |
translate(URL input,
Map<String,?> inputOptions,
URL output,
Map<String,?> outputOptions) |
void |
translate(URL input,
URL output) |
public void translate(File input, File output) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
public void translate(File input, Map<String,?> inputOptions, File output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
public void translate(URL input, URL output) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
public void translate(URL input, Map<String,?> inputOptions, URL output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
public void translate(InputStream input, Map<String,?> inputOptions, OutputStream output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
public void translate(Reader input, Map<String,?> inputOptions, Writer output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOException
org.apache.maven.model.io.ModelParseException
Copyright © 2018. All rights reserved.