org.wdssii.webindex.servlet
Class WebIndexDAO.FileToRead

java.lang.Object
  extended by org.wdssii.webindex.servlet.WebIndexDAO.FileToRead
All Implemented Interfaces:
Comparable<WebIndexDAO.FileToRead>
Enclosing class:
WebIndexDAO

private static class WebIndexDAO.FileToRead
extends Object
implements Comparable<WebIndexDAO.FileToRead>


Field Summary
private  File file
           
private  int numAttemptsLeft
           
 
Constructor Summary
private WebIndexDAO.FileToRead(File f)
           
 
Method Summary
 int compareTo(WebIndexDAO.FileToRead o)
           
static WebIndexDAO.FileToRead[] createList(File[] files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

private File file

numAttemptsLeft

private int numAttemptsLeft
Constructor Detail

WebIndexDAO.FileToRead

private WebIndexDAO.FileToRead(File f)
Method Detail

compareTo

public int compareTo(WebIndexDAO.FileToRead o)
Specified by:
compareTo in interface Comparable<WebIndexDAO.FileToRead>

createList

public static WebIndexDAO.FileToRead[] createList(File[] files)