From 8bcd7f58acd38f5d5e1731f89be4a10a79d0fdb7 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 23 Jun 2012 22:44:40 +0530 Subject: scruf is "bzr"ed now. --- io/PresentFile.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 io/PresentFile.java (limited to 'io/PresentFile.java') 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 -- cgit v1.2.3