@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
IOExceptionorg.apache.maven.model.io.ModelParseExceptionpublic void translate(File input, Map<String,?> inputOptions, File output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOExceptionorg.apache.maven.model.io.ModelParseExceptionpublic void translate(URL input, URL output) throws IOException, org.apache.maven.model.io.ModelParseException
IOExceptionorg.apache.maven.model.io.ModelParseExceptionpublic void translate(URL input, Map<String,?> inputOptions, URL output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOExceptionorg.apache.maven.model.io.ModelParseExceptionpublic void translate(InputStream input, Map<String,?> inputOptions, OutputStream output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOExceptionorg.apache.maven.model.io.ModelParseExceptionpublic void translate(Reader input, Map<String,?> inputOptions, Writer output, Map<String,?> outputOptions) throws IOException, org.apache.maven.model.io.ModelParseException
IOExceptionorg.apache.maven.model.io.ModelParseExceptionCopyright © 2025. All rights reserved.