public interface ReconciliationParserService
| Modifier and Type | Method and Description | 
|---|---|
| ReconciliationBlock | parseReconciliationBlock(Reader reader,
                                                String tableId)Parses a reconciliation file | 
ReconciliationBlock parseReconciliationBlock(Reader reader, String tableId) throws IOException
reader - a source of data from which to build a reconciliationtableId - defined within the reconciliation file; defines which block to parseIOException - thrown if the file cannot be written for any reasonCopyright © 2004–2015 The Kuali Foundation. All rights reserved.