Uses of Class
de.mhus.lib.core.io.FileChecker.SUSPICIOUS
-
Packages that use FileChecker.SUSPICIOUS Package Description de.mhus.lib.core.io -
-
Uses of FileChecker.SUSPICIOUS in de.mhus.lib.core.io
Methods in de.mhus.lib.core.io that return FileChecker.SUSPICIOUS Modifier and Type Method Description FileChecker.SUSPICIOUSFileChecker. checkForSuspicious(File in)FileChecker.SUSPICIOUSPdfFileChecker. checkForSuspicious(File in)If you want be sure reject everything that is not NO.FileChecker.SUSPICIOUSPdfChecker. isSuspicious(File pdfFile)A score lesser then 1 is NO, 1 is MAYBE, greater is YES.static FileChecker.SUSPICIOUSFileChecker.SUSPICIOUS. valueOf(String name)Returns the enum constant of this type with the specified name.static FileChecker.SUSPICIOUS[]FileChecker.SUSPICIOUS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-