|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFileMetadataReader
This interface should be implemented by classes that
are used to extract metadata from a file of a specific DataFileType
.
The class to use for validation is specified by the
DataFileType.getMetadataReaderClass()
property.
Method Summary | |
---|---|
void |
extractMetadata(DbControl dc)
Extract metadata from the file(s) and write the metadata to the item passed to the DataFileHandler.setItem(net.sf.basedb.core.FileStoreEnabled)
method. |
void |
resetMetadata(DbControl dc)
Reset all metadata that this class normally can set. |
Methods inherited from interface net.sf.basedb.core.filehandler.DataFileHandler |
---|
setFile, setItem |
Method Detail |
---|
void extractMetadata(DbControl dc)
DataFileHandler.setItem(net.sf.basedb.core.FileStoreEnabled)
method.
dc
- A DbControl object that can be used for database
accessvoid resetMetadata(DbControl dc)
dc
- A DbControl object that can be used for database
access
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |