Produced by Araxis Merge on 6/11/2019 10:54:11 AM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\fw\batchprocess | DataFileProcessExecutionContext.java | Wed May 29 15:26:00 2019 UTC |
| 2 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\fw\batchprocess | DataFileProcessExecutionContext.java | Mon Jun 10 19:30:04 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 142 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /********* ********** ********** ********** ********** ********** ********* | |
| 2 | * Copyrii ght 2005 V HA. All ri ghts reser ved | |
| 3 | ********* ********** ********** ********** ********** ********** *********/ | |
| 4 | ||
| 5 | package go v.va.med.f w.batchpro cess; | |
| 6 | ||
| 7 | import jav a.io.File; | |
| 8 | ||
| 9 | import gov .va.med.fw .io.parser .FileParse rListener; | |
| 10 | ||
| 11 | /** | |
| 12 | * Context informati on about t he running execution of a file based bat ch | |
| 13 | * process . | |
| 14 | * | |
| 15 | * Created Feb 16, 2 006 2:26:2 1 PM | |
| 16 | * | |
| 17 | * @author DNS DN S
|
|
| 18 | */ | |
| 19 | public cla ss DataFil eProcessEx ecutionCon text exten ds DataPro cessExecut ionContext { | |
| 20 | pr ivate File ParserList ener fileP arserListe ner; | |
| 21 | pr ivate File currentFi le; | |
| 22 | pr ivate Stri ng current RowRawData ; | |
| 23 | ||
| 24 | /* * | |
| 25 | * @return R eturns the currentRo wRawData. | |
| 26 | * / | |
| 27 | pu blic Strin g getCurre ntRowRawDa ta() { | |
| 28 | retu rn current RowRawData ; | |
| 29 | } | |
| 30 | ||
| 31 | /* * | |
| 32 | * @param cu rrentRowRa wData | |
| 33 | * The curr entRowRawD ata to set . | |
| 34 | * / | |
| 35 | pu blic void setCurrent RowRawData (String cu rrentRowRa wData) { | |
| 36 | this .currentRo wRawData = currentRo wRawData; | |
| 37 | } | |
| 38 | ||
| 39 | /* * | |
| 40 | * @return R eturns the currentFi le. | |
| 41 | * / | |
| 42 | pu blic File getCurrent File() { | |
| 43 | retu rn current File; | |
| 44 | } | |
| 45 | ||
| 46 | /* * | |
| 47 | * @param cu rrentFile | |
| 48 | * The curr entFile to set. | |
| 49 | * / | |
| 50 | pu blic void setCurrent File(File currentFil e) { | |
| 51 | this .currentFi le = curre ntFile; | |
| 52 | } | |
| 53 | ||
| 54 | /* * | |
| 55 | * @return R eturns the fileParse rListener. | |
| 56 | * / | |
| 57 | pu blic FileP arserListe ner getFil eParserLis tener() { | |
| 58 | retu rn filePar serListene r; | |
| 59 | } | |
| 60 | ||
| 61 | /* * | |
| 62 | * @param fi leParserLi stener | |
| 63 | * The file ParserList ener to se t. | |
| 64 | * / | |
| 65 | pu blic void setFilePar serListene r(FilePars erListener fileParse rListener) { | |
| 66 | this .fileParse rListener = filePars erListener ; | |
| 67 | } | |
| 68 | ||
| 69 | pu blic boole an hasFile ParserList ener() { | |
| 70 | retu rn filePar serListene r != null; | |
| 71 | } | |
| 72 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.