diff servlet/src/digilib/io/DocuDirent.java @ 582:c7034d166a24 stream

more ripping apart ImageFileSet
author robcast
date Tue, 04 Jan 2011 11:56:12 +0100
parents 42ac8c8e62fd
children 69bc69381ac4
line wrap: on
line diff
--- a/servlet/src/digilib/io/DocuDirent.java	Thu Dec 23 19:04:57 2010 +0100
+++ b/servlet/src/digilib/io/DocuDirent.java	Tue Jan 04 11:56:12 2011 +0100
@@ -2,7 +2,7 @@
 
 import java.io.File;
 
-public interface DocuDirent extends Comparable<Object>{
+public interface DocuDirent extends Comparable<Object> {
 
     /**
      * Checks metadata and does something with it.
@@ -15,7 +15,7 @@
      * 
      * @return
      */
-    public abstract File getInput();
+    public abstract File getFile();
 
     /**
      * Reads meta-data for this Fileset if there is any.