2.17.2: 2011-06-17

net.sf.basedb.clients.web.plugins
Class FileSetMemberLoader

java.lang.Object
  extended by net.sf.basedb.clients.web.plugins.FileSetMemberLoader
All Implemented Interfaces:
DataLoader<FileStoreEnabled>

public class FileSetMemberLoader
extends Object
implements DataLoader<FileStoreEnabled>

Data loader implementation that load the files in a file set in FileStoreEnabled items.

Version:
2.16
Author:
Nicklas
Last modified
$Date: 2010-08-05 14:29:44 +0200 (Thu, 05 Aug 2010) $

Constructor Summary
FileSetMemberLoader()
           
 
Method Summary
 Object getData(ExportedProperty exportedProperty, FileStoreEnabled item)
          Get the value for the specified property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetMemberLoader

public FileSetMemberLoader()
Method Detail

getData

public Object getData(ExportedProperty exportedProperty,
                      FileStoreEnabled item)
Description copied from interface: DataLoader
Get the value for the specified property.

Specified by:
getData in interface DataLoader<FileStoreEnabled>
Parameters:
exportedProperty - The property to get the value for
item - The item that holds the value

2.17.2: 2011-06-17