Uses of Class
org.marketcetera.util.file.FileType
-
Packages that use FileType Package Description org.marketcetera.util.file Miscellaneous utilities for file management. -
-
Uses of FileType in org.marketcetera.util.file
Methods in org.marketcetera.util.file that return FileType Modifier and Type Method Description static FileTypeFileType. get(File file)Returns the enumerated constant representing the type of the given file.static FileTypeFileType. get(String name)Returns the enumerated constant representing the type of the file with the given name.static FileTypeFileType. 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.
-