public class DataFileUtil extends Object
| Constructor and Description |
|---|
DataFileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasSuffixIgnoreCase(String suffix,
String fileName) |
static boolean |
isBinaryExcelDocument(String fileName) |
static boolean |
isCsvDocument(String fileName) |
static boolean |
isDbUnitDocument(String fileName) |
static boolean |
isExcelDocument(String fileName) |
static boolean |
isExcelOrCsvDocument(String fileName) |
static boolean |
isFixedColumnWidthFile(String fileName) |
static boolean |
isPlainTextDocument(String fileName) |
static boolean |
isXmlDocument(String fileName) |
static boolean |
isXmlExcelDocument(String fileName) |
public static boolean isPlainTextDocument(String fileName)
public static boolean isDbUnitDocument(String fileName)
public static boolean isXmlDocument(String fileName)
public static boolean isExcelOrCsvDocument(String fileName)
public static boolean isExcelDocument(String fileName)
public static boolean isBinaryExcelDocument(String fileName)
public static boolean isXmlExcelDocument(String fileName)
public static boolean isCsvDocument(String fileName)
public static boolean isFixedColumnWidthFile(String fileName)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.