public static interface DataObject.Factory
| Modifier and Type | Method and Description |
|---|---|
DataObject |
findDataObject(FileObject fo,
Set<? super FileObject> recognized)
Find a data object appropriate to the given file object--the meat of this class.
|
DataObject findDataObject(FileObject fo, Set<? super FileObject> recognized) throws IOException
recognized
buffer. Then all these files will be excluded from further processing.fo - file object to recognizerecognized - recognized file buffernull if the handler cannot
recognize this object (or its group)DataObjectExistsException - if the data object for the
primary file already existsIOException - if the object is recognized but cannot be createdInvalidClassException - if the class is not instance of
#getRepresentationClassDataLoaderBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.