public class RegularFileHelper
extends java.lang.Object
RegularFile| Constructor and Description |
|---|
RegularFileHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getFileFromRegularFile(java.lang.Object obj)
Convert the given
RegularFile object to a File |
static boolean |
isRegularFile(java.lang.Object obj)
Check if the given object is a
RegularFile |
public static boolean isRegularFile(java.lang.Object obj)
RegularFileobj - the objecttrue if obj is a RegularFilepublic static java.io.File getFileFromRegularFile(java.lang.Object obj)
RegularFile object to a Fileobj - the RegularFile objectFile