|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALDDataIOCmdline
This is the interface for Alida's dataIO provider from command line.
All classes providing dataIO for command line have to implement this interface
and need to be annotated with ALDDataIOProvider
.
Method Summary | |
---|---|
Object |
readData(Field field,
Class<?> cl,
String valueString)
Interface for reading data from the given source. |
String |
writeData(Object obj,
String locatationString)
Interface for writing the object data to the target location. |
Methods inherited from interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIO |
---|
providedClasses |
Method Detail |
---|
Object readData(Field field, Class<?> cl, String valueString) throws ALDDataIOProviderException, ALDDataIOManagerException
ALDDataIOManagerCmdline
where the method is documented in more detail.
field
- Field of object to be returned.cl
- Class of object to be returned.valueString
- Source from where to read data (e.g. a filename).
ALDDataIOProviderException
ALDDataIOManagerException
String writeData(Object obj, String locatationString) throws ALDDataIOManagerException, ALDDataIOProviderException
ALDDataIOManagerCmdline
where the method is documented in more detail.
obj
- Object to be saved.locatationString
- String indicated whether to return the value of where to write the value to.
ALDDataIOManagerException
ALDDataIOProviderException
ALDDataIOManagerCmdline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |