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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2838 by torben, Sun Jan 24 21:48:55 2016 UTC revision 2939 by torben, Fri Feb 12 22:47:30 2016 UTC
# Line 4  import java.io.IOException; Line 4  import java.io.IOException;
4    
5  public interface AddressSource extends AutoCloseable {  public interface AddressSource extends AutoCloseable {
6                    
7          public String getFilename();          String getFilename();
8                    
9          public String getDistributor();          String getDistributor();
10          public AddressSourceEntry getNextEntry() throws IOException ;          
11            void validate() throws IOException;
12    
13            AddressSourceEntry getNextEntry() throws IOException;
14    
15  }  }

Legend:
Removed from v.2838  
changed lines
  Added in v.2939

  ViewVC Help
Powered by ViewVC 1.1.20