de.unihalle.informatik.Alida.datatypes
Class ALDFileString

java.lang.Object
  extended by 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.
 
Constructor Summary
ALDFileString(String file)
          Default constructor with file name.
 
Method Summary
 String getFileName()
          Returns current file name value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

filePath

protected String filePath
Name of file including complete path information.

Constructor Detail

ALDFileString

public ALDFileString(String file)
Default constructor with file name.

Parameters:
file - File name.
Method Detail

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.