Class TeslaModelTranslator

    • Field Detail

      • log

        @Requirement
        protected org.codehaus.plexus.logging.Logger log
    • Constructor Detail

      • TeslaModelTranslator

        public TeslaModelTranslator()
    • Method Detail

      • translate

        public void translate​(File input,
                              File output)
                       throws IOException,
                              org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException
      • translate

        public void translate​(File input,
                              Map<String,​?> inputOptions,
                              File output,
                              Map<String,​?> outputOptions)
                       throws IOException,
                              org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException
      • translate

        public void translate​(URL input,
                              URL output)
                       throws IOException,
                              org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException
      • translate

        public void translate​(URL input,
                              Map<String,​?> inputOptions,
                              URL output,
                              Map<String,​?> outputOptions)
                       throws IOException,
                              org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException
      • translate

        public void translate​(Reader input,
                              Map<String,​?> inputOptions,
                              Writer output,
                              Map<String,​?> outputOptions)
                       throws IOException,
                              org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException