Helper API for simplifying certain tasks related to the FileCatalog.
More...
Helper API for simplifying certain tasks related to the FileCatalog.
- Author
- Anders Henja
◆ afterPropertiesSet()
void eu.baltrad.beast.db.Catalog.afterPropertiesSet |
( |
| ) |
throws Exception |
|
inline |
Requires that a file catalog instance has been set, otherwise a BeanInitializationException will be thrown.
- See also
- org.springframework.beans.factory.InitializingBean.afterPropertiesSet()
◆ fetch()
Returns a list of entries by applying the provided filter.
- Parameters
-
- Returns
- a list of entries
◆ getCatalog()
FileCatalog eu.baltrad.beast.db.Catalog.getCatalog |
( |
| ) |
|
|
inline |
◆ getFileCatalogPath()
String eu.baltrad.beast.db.Catalog.getFileCatalogPath |
( |
String | uuid | ) |
|
|
inline |
Returns the location of the file associated with the uuid.
- Parameters
-
- Returns
- the file location
◆ setCatalog()
void eu.baltrad.beast.db.Catalog.setCatalog |
( |
FileCatalog | fc | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/db/Catalog.java