de.unihalle.informatik.Alida.datatypes
Class ALDFileString
java.lang.Object
de.unihalle.informatik.Alida.datatypes.ALDFileString
public class ALDFileString
- extends java.lang.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 java.lang.String |
filePath
Name of file including complete path information. |
Constructor Summary |
ALDFileString(java.lang.String file)
Default constructor with file name. |
Method Summary |
java.lang.String |
getFileName()
Returns current file name value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
filePath
protected java.lang.String filePath
- Name of file including complete path information.
ALDFileString
public ALDFileString(java.lang.String file)
- Default constructor with file name.
- Parameters:
file
- File name.
getFileName
public java.lang.String getFileName()
- Returns current file name value.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.