|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.nees.tools.agent.beans.FileLoaderHT
| Constructor Summary | |
FileLoaderHT()
FileLoaderHT constructor comment. |
|
FileLoaderHT(int initialCapacity)
FileLoaderHT constructor comment. |
|
FileLoaderHT(int initialCapacity,
float loadFactor)
FileLoaderHT constructor comment. |
|
FileLoaderHT(ScraperConfiguration uploadProperties)
|
|
| Method Summary | |
void |
addFile(java.io.File f)
|
java.lang.String |
getFileHead(java.io.File f)
|
FileList |
getFileList(java.lang.String key)
|
void |
removeFileList(java.lang.String fileHead)
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileLoaderHT()
public FileLoaderHT(int initialCapacity)
initialCapacity - int
public FileLoaderHT(int initialCapacity,
float loadFactor)
initialCapacity - intloadFactor - floatpublic FileLoaderHT(ScraperConfiguration uploadProperties)
| Method Detail |
public void addFile(java.io.File f)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getFileHead(java.io.File f)
throws java.lang.Exception
java.lang.Exceptionpublic FileList getFileList(java.lang.String key)
public void removeFileList(java.lang.String fileHead)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||