Package com.acrolinx.sidebar.utils
Class FileUtils
- java.lang.Object
-
- com.acrolinx.sidebar.utils.FileUtils
-
public final class FileUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputFormatgetInputFormat(java.lang.String fileName)This is just a basic implementation to get theInputFormats from file name with file extension.static booleanhasFileEnding(java.lang.String fileName, java.lang.String requiredFileEnding)
-
-
-
Method Detail
-
getInputFormat
public static InputFormat getInputFormat(java.lang.String fileName)
This is just a basic implementation to get theInputFormats from file name with file extension. For integration using an Acrolinx Server 5.2 or newer just set the InputFormat to AUTO.
-
hasFileEnding
public static boolean hasFileEnding(java.lang.String fileName, java.lang.String requiredFileEnding)
-
-