com.thesis.frondend.server
Class FileList

java.lang.Object
  extended by com.thesis.frondend.server.FileList

public class FileList
extends java.lang.Object

FileList class contains static array of all (max.25) files uploaded


Field Summary
static int index
           
 
Constructor Summary
FileList()
           
 
Method Summary
static void addFile(java.io.File file)
           
static java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public static int index
Constructor Detail

FileList

public FileList()
Method Detail

addFile

public static void addFile(java.io.File file)

getFile

public static java.io.File getFile()