@ALDDataIOProvider public class ALDFileDirectoryDataIOXmlbeans extends Object implements ALDDataIOXmlbeans
| Constructor and Description |
|---|
ALDFileDirectoryDataIOXmlbeans() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
providedClasses()
Interface method to announce all classes handled by this provider.
|
Object |
readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject)
Interface for reading data from the given source.
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
writeData(Object obj)
Interface for writing the object data to the target location.
|
public Collection<Class<?>> providedClasses()
ALDDataIOprovidedClasses in interface ALDDataIOpublic Object readData(Field field, Class<?> cl, de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject) throws ALDDataIOProviderException
ALDDataIOXmlbeansALDDataIOManagerXmlbeans
where the method is documented in more detail.readData in interface ALDDataIOXmlbeansfield - Field of object to be returned.cl - Class of object to be returned.aldXmlObject - Source from where to read data.ALDDataIOProviderExceptionpublic de.unihalle.informatik.Alida_xml.ALDXMLObjectType writeData(Object obj)
ALDDataIOXmlbeansALDDataIOManagerXmlbeans
where the method is documented in more detail.writeData in interface ALDDataIOXmlbeansobj - Object to be saved.objCopyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.