| java.lang.Object org.enhydra.snapperAdmin.business.FileChecker
FileChecker | public class FileChecker (Code) | | FileChecker
Class that checks size, age and type of the file qued for indexing.
Maximal size and age as well as file types
allowed for the site beeing indexed are stored in the SITES table in the database.
returns true if the file can
|
FileChecker | public FileChecker()(Code) | | |
FileChecker | public FileChecker(int tAge, int size, Site site)(Code) | | |
check | public boolean check(String fileNAme, long modified)(Code) | | |
|
|