public File getClassesJar() {
   return classesJar.call();
 }
 public File getPatches() {
   return patches.call();
 }
 public File getOutJar() {
   return outJar.call();
 }
 public File getInJar() {
   return inJar.call();
 }
 public File getAssetsDir() {
   return assetsDir.call();
 }
Example #6
0
 public File getOutput() {
   return output.call();
 }