|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs.util.FileObjectUtils
public class FileObjectUtils
Stuff to get some strange things from an FileObject
| Constructor Summary | |
|---|---|
private |
FileObjectUtils()
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private FileObjectUtils()
| Method Detail |
|---|
public static AbstractFileObject getAbstractFileObject(FileObject fileObject)
throws FileSystemException
FileSystemException
public static boolean isInstanceOf(FileObject fileObject,
java.lang.Class wantedClass)
throws FileSystemException
FileSystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||