|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.dataio.provider.cmdline.ALDFileDirectoryDataIOCmdline
@ALDDataIOProvider public class ALDFileDirectoryDataIOCmdline
DataIO provider for filenames and directory paths from command line.
Constructor Summary | |
---|---|
ALDFileDirectoryDataIOCmdline()
|
Method Summary | |
---|---|
Collection<Class<?>> |
providedClasses()
Interface method to announce all classes handled by this provider. |
Object |
readData(Field field,
Class<?> cl,
String valueString)
Interface for reading data from the given source. |
String |
writeData(Object obj,
String locationString)
Interface for writing the object data to the target location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALDFileDirectoryDataIOCmdline()
Method Detail |
---|
public Collection<Class<?>> providedClasses()
ALDDataIO
providedClasses
in interface ALDDataIO
public Object readData(Field field, Class<?> cl, String valueString)
ALDDataIOCmdline
ALDDataIOManagerCmdline
where the method is documented in more detail.
readData
in interface ALDDataIOCmdline
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).
public String writeData(Object obj, String locationString)
ALDDataIOCmdline
ALDDataIOManagerCmdline
where the method is documented in more detail.
writeData
in interface ALDDataIOCmdline
obj
- Object to be saved.locationString
- String indicated whether to return the value of where to write the value to.
ALDDataIOManagerCmdline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |