2.17.2: 2011-06-17

net.sf.basedb.core.filehandler
Interface DataFileHandler

All Known Subinterfaces:
DataFileMetadataReader, DataFileValidator
All Known Implementing Classes:
AbstractDataFileHandler, AffymetrixFileHandler, CdfFileHandler, CelFileHandler

public interface DataFileHandler

This interface is the super-interface for all interfaces that are work on files of a specific DataFileType. Implementors of this interface should extend the AbstractDataFileHandler class since we may add more methods in the future. New methods will get default implementations in the AbstractDataFileHandler class.

Version:
2.5
Author:
Nicklas
Last modified
$Date: 2008-09-11 22:09:17 +0200 (Thu, 11 Sep 2008) $

Method Summary
 void setFile(FileSetMember member)
          Set the file that is part of the file set with a DataFileType that is using this file handler.
 void setItem(FileStoreEnabled item)
          Sets the item that we are currently working with.
 

Method Detail

setItem

void setItem(FileStoreEnabled item)
Sets the item that we are currently working with.

Parameters:
item - The item

setFile

void setFile(FileSetMember member)
Set the file that is part of the file set with a DataFileType that is using this file handler. If the file set contains more than one file with the same data handler this method is called one time for each member.

Parameters:
member - The member of the file set

2.17.2: 2011-06-17