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

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

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

revision 2844 by torben, Mon Jan 25 21:43:59 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                    
11                    void validate() throws IOException;
12          public void validate() throws IOException;  
13          public AddressSourceEntry getNextEntry() throws IOException;          AddressSourceEntry getNextEntry() throws IOException;
14    
15  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.20