/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/fileupload/AddressSource.java
ViewVC logotype

Annotation of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/fileupload/AddressSource.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2844 - (hide annotations) (download)
Mon Jan 25 21:43:59 2016 UTC (8 years, 4 months ago) by torben
Original Path: dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/AddressSource.java
File size: 317 byte(s)
Implemented AdressManager.visitRange()

Added AddressSource.validate() to let manager do a pre-validation before loading data from DB

Added support for DAO

Make Task and webpage show error messages
1 torben 2838 package dk.daoas.adressevedligehold;
2    
3     import java.io.IOException;
4    
5     public interface AddressSource extends AutoCloseable {
6    
7     public String getFilename();
8    
9     public String getDistributor();
10 torben 2844
11    
12     public void validate() throws IOException;
13     public AddressSourceEntry getNextEntry() throws IOException;
14 torben 2838
15     }

  ViewVC Help
Powered by ViewVC 1.1.20