T - the type of file object that gets generatedpublic interface FileObjectConverter<T extends File>
FileObject objects.| Modifier and Type | Method and Description |
|---|---|
T |
convertFileObject(org.apache.commons.vfs2.FileObject file)
Converts the
FileObject object into a Java file object. |
T convertFileObject(org.apache.commons.vfs2.FileObject file)
FileObject object into a Java file object.file - the object to convertCopyright © 2020. All rights reserved.