/[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

dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/AddressSource.java revision 2844 by torben, Mon Jan 25 21:43:59 2016 UTC dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/fileupload/AddressSource.java revision 2954 by torben, Tue Feb 16 13:15:25 2016 UTC
# Line 1  Line 1 
1  package dk.daoas.adressevedligehold;  package dk.daoas.adressevedligehold.fileupload;
2    
3  import java.io.IOException;  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    
13            AddressSourceEntry getNextEntry() throws IOException;
14                    
15          public void validate() throws IOException;          boolean calculateDistances();
         public AddressSourceEntry getNextEntry() throws IOException;  
16    
17  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.20