Ejemplo n.º 1
0
  public static void main(String args[]) {
    String filePath = "/home/ogre/Downloads/test_case.txt";
    String versionName = PATH + "order_name.txt";

    Process p = new Process();
    p.readFile(filePath);
    try {
      outputFailed(p);
    } catch (IOException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
  }