예제 #1
0
 public File getClassesJar() {
   return classesJar.call();
 }
예제 #2
0
 public File getPatches() {
   return patches.call();
 }
예제 #3
0
 public File getOutJar() {
   return outJar.call();
 }
예제 #4
0
 public File getInJar() {
   return inJar.call();
 }
 public File getAssetsDir() {
   return assetsDir.call();
 }
예제 #6
0
 public File getOutput() {
   return output.call();
 }