@ALDDataIOProvider public class ALDFileDirectoryDataIOCmdline extends Object implements ALDDataIOCmdline
| Constructor and Description |
|---|
ALDFileDirectoryDataIOCmdline() |
| 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,
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.
|
public Collection<Class<?>> providedClasses()
ALDDataIOprovidedClasses in interface ALDDataIOpublic Object readData(Field field, Class<?> cl, String valueString)
ALDDataIOCmdlineALDDataIOManagerCmdline
where the method is documented in more detail.readData in interface ALDDataIOCmdlinefield - 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)
ALDDataIOCmdlineALDDataIOManagerCmdline
where the method is documented in more detail.writeData in interface ALDDataIOCmdlineobj - Object to be saved.locationString - String indicated whether to return the value of where to write the value to.ALDDataIOManagerCmdlineCopyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.