Main.java [src] Revision: default  Date:
import java.io.FileNotFoundException;
import java.io.IOException;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.stream.XMLStreamException;
import org.codehaus.jettison.json.JSONException;
import org.xml.sax.SAXException;
import utils.TranslatorException;

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/**
 *
 * @author Brad
 */
public class Main {

  public static void main(String[] args) throws FileNotFoundException, XMLStreamException, SAXException, IOException, ParserConfigurationException, JSONException, TranslatorException, Exception {
    //Translator translator = new Translator();
    //translator.translateToWEPP(new JSONObject(FileUtils.readFileToString(new File(args[0]))), args[1]);
    //translator.translateToWEPS(new JSONObject(FileUtils.readFileToString(new File(args[0]))), args[1]);
    //JSONObject rot = translator.translateToLMOD(args[0]);

  }

}