summaryrefslogtreecommitdiffstats
path: root/io/PresentFile.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-06-23 22:44:40 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-06-23 22:44:40 +0530
commit8bcd7f58acd38f5d5e1731f89be4a10a79d0fdb7 (patch)
tree6c1d4dfc97d77230ecf95d4e0f8b4fe1cde5b739 /io/PresentFile.java
scruf is "bzr"ed now.
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