add: GebietsDateiInterface
This commit is contained in:
parent
3f42a3aca5
commit
f85e17a726
5
src/GebiesDateiInterface.java
Normal file
5
src/GebiesDateiInterface.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
public interface GebiesDateiInterface {
|
||||||
|
ArrayList<Gebiet> getGebiete();
|
||||||
|
}
|
@ -2,7 +2,7 @@ import java.nio.file.Files;
|
|||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
public class GebietsDatei {
|
public class GebietsDatei implements GebiesDateiInterface {
|
||||||
|
|
||||||
private String dateiName;
|
private String dateiName;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user