105106107108109110111
public void setTargetFile(String targetFile) { this.targetFile = targetFile; } public void setContext(JellyContext context) { this.context = new JellyContextAdapter(context); }
9596979899100101