summaryrefslogtreecommitdiffstats
path: root/io/PresentFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'io/PresentFile.java')
-rw-r--r--io/PresentFile.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/io/PresentFile.java b/io/PresentFile.java
new file mode 100644
index 0000000..3b95953
--- /dev/null
+++ b/io/PresentFile.java
@@ -0,0 +1,18 @@
+package scruf.io;
+
+import java.io.*;
+
+/**
+ * Contains information about the present file that
+ * is being parsed by the parsers.
+ *
+ */
+public class PresentFile {
+ public static String name;
+ public static String footer;
+ public static String backButton;
+ public static File file;
+}
+
+
+ \ No newline at end of file