eworks.eRQL.gui
Class Utils
java.lang.Object
eworks.eRQL.gui.Utils
- public class Utils
- extends Object
A class providing some static methods for supporting other modules.
- Version:
- 1.00 (2003-11-03)
- Author:
- Fabian Wleklinski (fabian@wleklinski.de)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getExtension
public static String getExtension(File f)
- Gets the extension of a file
f
.
- Parameters:
f
- The file.
- Returns:
- The file's extension.