|
SRJRCFrames v0.1.296 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Importer
interface to implement import functionality. An Importer, as well as
an Exporter should be able to handle transformation of several
entities with all relations and handling of different key sequences.
| Method Summary | |
|---|---|
Object |
performImport(File source)
imports entity instances from given file |
Object |
performImport(String source)
reads import data from given string |
void |
setEntityDescriptorAccessor(EntityDescriptorAccessor eda)
injection method: sets the description accessor to access EntityDescriptions |
| Method Detail |
|---|
Object performImport(File source)
throws Exception
source - - the file to import
Exception - - depends on implementation
Object performImport(String source)
throws Exception
source - - the data to import
Exception - - depends on implementationvoid setEntityDescriptorAccessor(EntityDescriptorAccessor eda)
EntityDescriptions
eda - - the accessor to use
|
SRJRCFrames v0.1.296 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||