Searched refs:outputPath (Results 1 - 2 of 2) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/core/
H A DFileRenderSpecification.java45 private IPath outputPath; field in class:FileRenderSpecification
63 return outputPath;
65 public void setOutputFile(IPath outputPath) { argument
66 this.outputPath = outputPath;
79 out.writeUTF(outputPath.toPortableString());
85 outputPath = Path.fromPortableString(in.readUTF());
/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/operations/
H A DConversionOperation.java117 IPath outputPath = spec.getOutputPath();
121 userAgent.setOutputFile(outputPath.toFile());
125 //IFile outputFile = resource.getProject().getFile(outputPath);
129 File file = outputPath.toFile();
145 monitor.subTask(outputPath.lastSegment());
146 logger.info("Beginning render for " + outputPath.lastSegment());

Completed in 3 milliseconds