org.nees.tools.agent.beans
Class FileLoader

java.lang.Object
  extended byorg.nees.tools.agent.beans.FileLoader

public class FileLoader
extends java.lang.Object


Constructor Summary
FileLoader()
          FileLoader constructor comment.
FileLoader(ScraperConfiguration uploadPorperties)
          FileLoader constructor comment.
 
Method Summary
 void clearFiles()
           
 FileHeadVector getExclusionList()
           
 FileList getFileList(java.lang.String head)
           
 boolean isEmpty()
           
 void loadFiles()
           
 void removeFileList(java.lang.String head)
           
 void setExclusionList(FileHeadVector newExclusionList)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileLoader

public FileLoader()
FileLoader constructor comment.


FileLoader

public FileLoader(ScraperConfiguration uploadPorperties)
FileLoader constructor comment.

Method Detail

clearFiles

public void clearFiles()
                throws java.lang.Exception
Throws:
java.lang.Exception

getExclusionList

public FileHeadVector getExclusionList()
                                throws java.lang.Exception
Returns:
java.lang.String[]
Throws:
java.lang.Exception

getFileList

public FileList getFileList(java.lang.String head)

isEmpty

public boolean isEmpty()

loadFiles

public void loadFiles()
               throws java.lang.Exception
Throws:
java.lang.Exception

removeFileList

public void removeFileList(java.lang.String head)

setExclusionList

public void setExclusionList(FileHeadVector newExclusionList)
                      throws java.lang.Exception
Parameters:
newExclusionList - java.lang.String[]
Throws:
java.lang.Exception

toString

public java.lang.String toString()