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(); }
public File getOutput() { return output.call(); }