Class MappingWriter


  • public class MappingWriter
    extends java.lang.Object
    Writes a mapping to a certain format.
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingWriter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MappingWriter

        public MappingWriter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                org.apache.commons.cli.ParseException
        The main function.
        Parameters:
        args - the command line arguments
        Throws:
        java.io.IOException - if something goes wrong while writing the file
        org.apache.commons.cli.ParseException - if something goes wrong while parsin arguments