Searched refs:getInputFile (Results 1 - 3 of 3) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/operations/
H A DConversionOperation.java98 File file = spec.getInputFile().getRawLocation().toFile();
116 IPath inputPath = spec.getInputFile().getRawLocation();
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/core/
H A DFileRenderSpecification.java50 public IFile getInputFile() { method in class:FileRenderSpecification
/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/ui/dialogs/
H A DRenderProgress.java171 if (!FoProcessorPlugin.getDefault().isAutoBuild(spec.getInputFile())) {
295 IProject project = spec.getInputFile().getProject();
301 FoProcessorPlugin.getDefault().setAutoBuild(spec.getInputFile(), buildValue, spec);

Completed in 3 milliseconds