| Package | Description |
|---|---|
| org.marketcetera.util.file |
Miscellaneous utilities for file management.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.