public class ALDFileString extends Object
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.
| Modifier and Type | Field and Description |
|---|---|
protected String |
filePath
Name of file including complete path information.
|
| Constructor and Description |
|---|
ALDFileString(String file)
Default constructor with file name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns current file name value.
|
String |
toString() |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.