eRqlEngine API documentation - http://www.wleklinski.de/rdf/

eworks.eRQL.gui
Class Utils

java.lang.Object
  extended byeworks.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)

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

Method Detail

getExtension

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

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

eRqlEngine API documentation - http://www.wleklinski.de/rdf/