Searched defs:outputPath (Results 1 - 1 of 1) 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());

Completed in 4 milliseconds