Package io.odilon.client.util
Class FSUtil
java.lang.Object
io.odilon.client.util.FSUtil
General utilities for files
- Author:
 - atolomei@novamens.com (Alejandro Tolomei)
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetBaseName(String filename) static StringgetEncrytedFileName(String filename) static StringgetExtension(String filename) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanisExecutable(File srcfile) static booleanisExecutable(String fileName) static booleanisGeneralImage(String string) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanisMSOffice(File file) static booleanisMSOffice(String name) static booleanisOCRCandidate(File file) static booleanisOCRCandidate(String filename) static booleanstatic booleanstatic booleanisPowerpoint(File file) static booleanisPowerpoint(String name) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean 
- 
Constructor Details
- 
FSUtil
public FSUtil() 
 - 
 - 
Method Details
- 
getBaseName
 - 
isImage
 - 
isVideo
 - 
isAudio
 - 
isGeneralImage
 - 
isImage
 - 
isText
 - 
isText
 - 
isWord
 - 
isWord
 - 
isPdf
 - 
isPdf
 - 
isExcel
 - 
isExcel
 - 
isMSOffice
 - 
isCSV
 - 
isCSV
 - 
isPowerpoint
 - 
isPowerpoint
 - 
isJar
 - 
isZip
 - 
isVideo
 - 
isAudio
 - 
isExecutable
 - 
isExecutable
 - 
isMsg
 - 
isMSOffice
 - 
isOCRCandidate
 - 
isOCRCandidate
 - 
getExtension
 - 
getEncrytedFileName
 - 
isLog
 
 -