Class PathLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.PathLoader
- All Implemented Interfaces:
DataLoader<Nameable>
This is a loader implementation that load the path of a file or directory.
- Since:
- 3.4
- Author:
- Nicklas
- Last modified
- $Date$
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(DbControl dc, ExportedProperty exportedProperty, Nameable item) Get the value for the specified property.
-
Field Details
-
query
-
-
Constructor Details
-
PathLoader
public PathLoader()
-
-
Method Details
-
getData
public Object getData(DbControl dc, ExportedProperty exportedProperty, Nameable item) throws Exception Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<Nameable>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-