Uses of Package
org.alltimeflashdreamer.filelister

Packages that use org.alltimeflashdreamer.filelister
org.alltimeflashdreamer.filelister The filelister package contains the application core, such as the JDBC connectivity, the configuration reader, the indexer and the viewer servlets. 
org.alltimeflashdreamer.filelister.xml The xml package contains the XML tag representing classes and the DOM parser implementation. 
 

Classes in org.alltimeflashdreamer.filelister used by org.alltimeflashdreamer.filelister
AbstractFileListerServlet
           Title: AbstractFileListerServlet Description: This servlet is the superclass of each FileLister servlet and provides the commonly used methods for the extending classes, such as the printing of the error site(s) or the DimDom access method.
DefineSearchParameters
           Title: DefineSearchParameters Description: Simple SearchParameters extending class which stores easily accessible parameters for the GUI of the define-search site.
FileLister
           Title: FileLister Description: This class is the core of the FileLister application.
FileListerConfig
           Title: FileListerConfig Description: Stores the configuration settings of the current user/session.
FileListerEntry
           Title: FileListerEntry Description: Very simple value class to store the attributes of one found and accepted file or directory.
FileListerException
           Title: FileListerException Description: Comments the application-specific errors that may occur during program execution.
PropertyFileParameters
           Title: PropertyFileParameters Description: This class stores the values of the property file, for easy handling by the FileListerConfig and the PoolHandler/ConnectionPool classes.
SearchParameters
           Title: SearchParameters Description: This class stores the settings of one FileLister search parameter input/constellation.
SQLQueryBuilder
           Title: SQLQueryBuilder Description: This abstract class defines the methods required by FileLister to get the wellformed SQL strings for the various database accesses.
ZipBuilderThread
           Title: ZipBuilderThread Description: Starts and controls the generation of a zip file using the ZipBuilder class.
 

Classes in org.alltimeflashdreamer.filelister used by org.alltimeflashdreamer.filelister.xml
FileListerException
           Title: FileListerException Description: Comments the application-specific errors that may occur during program execution.