| Methods in org.marketcetera.util.file that return FileType |
static FileType |
FileType.get(File file)
Returns the enumerated constant representing the type of the
given file. |
static FileType |
FileType.get(String name)
Returns the enumerated constant representing the type of the
file with the given name. |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |