aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/FilelistOS.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
committerSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
commit880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch)
treebdafb71416f176d2a4b73bf716c9dc3f13685a8b /Installer/FilelistOS.java
Initial revision
Diffstat (limited to 'Installer/FilelistOS.java')
-rw-r--r--Installer/FilelistOS.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/Installer/FilelistOS.java b/Installer/FilelistOS.java
new file mode 100644
index 0000000..6210212
--- /dev/null
+++ b/Installer/FilelistOS.java
@@ -0,0 +1,6 @@
+
+public interface FilelistOS
+{
+ public String getVersion() ;
+ public String getArchiv() ;
+}