org.nees.tools.agent.beans
Class FileLoaderHT

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.nees.tools.agent.beans.FileLoaderHT
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FileLoaderHT
extends java.util.Hashtable

See Also:
Serialized Form

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

FileLoaderHT

public FileLoaderHT()
FileLoaderHT constructor comment.


FileLoaderHT

public FileLoaderHT(int initialCapacity)
FileLoaderHT constructor comment.

Parameters:
initialCapacity - int

FileLoaderHT

public FileLoaderHT(int initialCapacity,
                    float loadFactor)
FileLoaderHT constructor comment.

Parameters:
initialCapacity - int
loadFactor - float

FileLoaderHT

public FileLoaderHT(ScraperConfiguration uploadProperties)
Method Detail

addFile

public void addFile(java.io.File f)
             throws java.lang.Exception
Throws:
java.lang.Exception

getFileHead

public java.lang.String getFileHead(java.io.File f)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getFileList

public FileList getFileList(java.lang.String key)

removeFileList

public void removeFileList(java.lang.String fileHead)