eworks.eRQL.gui
Class Utils

java.lang.Object
  |
  +--eworks.eRQL.gui.Utils

public class Utils
extends java.lang.Object

A class providing some static methods for supporting other modules.

Version:
1.7
Author:
Fabian Wleklinski (fabian@wleklinski.de)
, KarstenTolle (tolle@dbis.informatik.uni-frankfurt.de)

Method Summary
static java.lang.String getExtension(java.io.File f)
          Gets the extension of a file f.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExtension

public static java.lang.String getExtension(java.io.File f)
Gets the extension of a file f.

Parameters:
f - The file.
Returns:
The file's extension.