|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void setItem(FileStoreEnabled item)
item
- The itemvoid setFile(FileSetMember member)
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.
member
- The member of the file set
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |