public class DirectoryHelper
extends java.lang.Object
Directory| Constructor and Description |
|---|
DirectoryHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getFileFromDirectory(java.lang.Object obj)
Convert the given
Directory object to a File |
static boolean |
isDirectory(java.lang.Object obj)
Check if the given object is a
Directory |
public static boolean isDirectory(java.lang.Object obj)
Directoryobj - the objecttrue if obj is a Directorypublic static java.io.File getFileFromDirectory(java.lang.Object obj)
Directory object to a Fileobj - the DirectoryFile