Searched refs:spec (Results 1 - 4 of 4) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/core/
H A DFileRenderSpecification.java76 // do not externalize the input file. Rather, the render spec is
91 * Serializes a file render spec into a string. Returns
94 * @param spec
97 public static String toString(FileRenderSpecification spec) { argument
102 oos.writeObject(spec);
109 public static FileRenderSpecification fromString(IFile inputFile, String spec) { argument
110 if (spec == null) {
114 byte[] specBytes = Base64.base64ToByteArray(spec);
/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/operations/
H A DConversionOperation.java97 for (FileRenderSpecification spec: conversions) {
98 File file = spec.getInputFile().getRawLocation().toFile();
112 for (FileRenderSpecification spec: conversions) {
116 IPath inputPath = spec.getInputFile().getRawLocation();
117 IPath outputPath = spec.getOutputPath();
132 Fop driver = fopFactory.newFop(spec.getMimeType(),userAgent,out);
138 iis = new InterruptableInputStream(new MeteredInputStream(spec.getInputFile().getContents(), monitor));
160 spec.getInputFile().getParent().refreshLocal(1, new NullProgressMonitor());
/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/ui/dialogs/
H A DRenderProgress.java169 for (FileRenderSpecification spec: renderSpecs) {
171 if (!FoProcessorPlugin.getDefault().isAutoBuild(spec.getInputFile())) {
294 for (FileRenderSpecification spec: renderSpecs) {
295 IProject project = spec.getInputFile().getProject();
301 FoProcessorPlugin.getDefault().setAutoBuild(spec.getInputFile(), buildValue, spec);
/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/
H A DFoProcessorPlugin.java123 public void setAutoBuild(IFile inputFile, boolean value, FileRenderSpecification spec) throws CoreException { argument
133 marker.setAttribute("buildSpec",FileRenderSpecification.toString(spec));

Completed in 6 milliseconds