Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method and Description |
---|---|
DataObject |
DataLoader.findDataObject(FileObject fo,
DataLoader.RecognizedFiles recognized)
Find a data object appropriate to the given file object--the meat of this class.
|
DataObject |
DataLoaderPool.findDataObject(FileObject fo,
DataLoader.RecognizedFiles r)
Find a data object for this file object, considering already-recognized files (not for normal users of the APIs).
|
protected DataObject |
MultiFileLoader.handleFindDataObject(FileObject fo,
DataLoader.RecognizedFiles recognized) |
protected abstract DataObject |
DataLoader.handleFindDataObject(FileObject fo,
DataLoader.RecognizedFiles recognized)
Find a data object appropriate to the given file object (as implemented in subclasses).
|