Uses of Class
org.marketcetera.util.file.FileType

Packages that use FileType
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
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.
 



Copyright © 2012. All Rights Reserved.