|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thesis.frondend.server.FileList
public class FileList
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 |
---|
public static int index
Constructor Detail |
---|
public FileList()
Method Detail |
---|
public static void addFile(java.io.File file)
public static java.io.File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |