public class FileObjectUtils
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static AbstractFileObject |
getAbstractFileObject(FileObject fileObject) |
get access to the base object even if decorated
|
static boolean |
isInstanceOf(FileObject fileObject,
java.lang.Class wantedClass) |
check if the given FileObject is instance of given class argument
|
public static AbstractFileObject getAbstractFileObject(FileObject fileObject) throws FileSystemException
FileSystemException
public static boolean isInstanceOf(FileObject fileObject, java.lang.Class wantedClass) throws FileSystemException
FileSystemException