class FileFormatter{ public static void main(String args[]){ //read and process file FileProcessor fp = new FileProcessor(); fp.processFile(args[0], args[1]); } }