Example #1
0
 // harvest mod file
 public void harvestMod(File f) throws Exception {
   String mml = UtilIO.readText(f);
   processMML(f, null, mml);
 }