Uses of Class
org.alltimeflashdreamer.filelister.FileLister

Packages that use 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. 
 

Uses of FileLister in org.alltimeflashdreamer.filelister
 

Methods in org.alltimeflashdreamer.filelister that return FileLister
 FileLister FileListerConfig.getFileLister()
          Returns the FileLister, if set previously, or null.
 

Methods in org.alltimeflashdreamer.filelister with parameters of type FileLister
(package private)  void FileListerConfig.setFileLister(FileLister fileLister)
          Sets the FileLister instance which contains the (filtered) list of files and/or directories that match the user's search criteria.