Lines Matching refs:FileHelper

54         sPath = FileHelper.getPath(_aParam.getInputPath());  in callEntry()
56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry()
70 sNewOutputPath = FileHelper.appendPath(sNewOutputPath, sNewSubDir); in callEntry()
107 FileFilter aFileFilter = FileHelper.getFileFilter(); in foreachDocumentinInputPath()
152 FileFilter aFileFilter = FileHelper.getFileFilterPSorPDF(); in foreachPSorPDFinInputPath()
164 String sPath = FileHelper.getPath(_aParam.getInputPath()); in foreachPSorPDFinInputPath()
165 String sEntry = FileHelper.appendPath(sPath, sKey); in foreachPSorPDFinInputPath()
205 String sPath = FileHelper.getPath(sInputPath); in foreachPSorPDFinInputPath()
206 String sBasename = FileHelper.getBasename(sInputPath); in foreachPSorPDFinInputPath()
220 String sIndexFile = FileHelper.appendPath(_sPath, "index.ini"); in runThroughEveryReportInIndex()
238 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()
287 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()
345 FileFilter aFileFilter = FileHelper.getFileFilterJPEG(); in foreachJPEGcompareWithJPEG()
375 String sPath = FileHelper.getPath(sInputPath); in foreachJPEGcompareWithJPEG()
376 String sBasename = FileHelper.getBasename(sInputPath); in foreachJPEGcompareWithJPEG()
388 … String sBasenameIni = FileHelper.appendPath(sOutputPath, sBasename + ".ps.ini"); in foreachJPEGcompareWithJPEG()
433 String sPath = FileHelper.getPath(sInputPath); in foreachResultCreateHTML()
434 String sBasename = FileHelper.getBasename(sInputPath); in foreachResultCreateHTML()
441 String sIndexFile = FileHelper.appendPath(sPath, "index.ini"); in foreachResultCreateHTML()
474 String sIndexFile2 = FileHelper.appendPath(sPath, sPSFile + ".ini"); in foreachResultCreateHTML()