de.unihalle.informatik.Alida.datatypes
Class ALDFileString
java.lang.Object
de.unihalle.informatik.Alida.datatypes.ALDFileString
public class ALDFileString
- extends Object
Class for representing a file path.
The purpose of this class is mainly to simplify data IO for string
variables linked to a file path when running operators from GUI.
In contrast to java.lang.String for this class specific data IO providers
are provided that offer the user with file chooser dialogs.
- Author:
- moeller
Field Summary |
protected String |
filePath
Name of file including complete path information. |
filePath
protected String filePath
- Name of file including complete path information.
ALDFileString
public ALDFileString(String file)
- Default constructor with file name.
- Parameters:
file
- File name.
getFileName
public String getFileName()
- Returns current file name value.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.