Package org.codelibs.fess.helper
Class FileTypeHelper
- java.lang.Object
-
- org.codelibs.fess.helper.FileTypeHelper
-
public class FileTypeHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdefaultValueprotected Map<String,String>mimetypeMap
-
Constructor Summary
Constructors Constructor Description FileTypeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String mimetype, String filetype)Stringget(String mimetype)StringgetDefaultValue()String[]getTypes()voidinit()voidsetDefaultValue(String defaultValue)
-