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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2838 - (show annotations) (download)
Sun Jan 24 21:48:55 2016 UTC (8 years, 4 months ago) by torben
File size: 267 byte(s)
Add first working edition
1 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 public AddressSourceEntry getNextEntry() throws IOException ;
11
12 }

  ViewVC Help
Powered by ViewVC 1.1.20