com.valhalla.jbother
Class Utils

java.lang.Object
  extended bycom.valhalla.jbother.Utils

class Utils
extends java.lang.Object

A class to contain information about different file extensions used in JBother

Version:
1.0
Author:
Adam Olsen

Field Summary
static java.lang.String gcb
           
static java.lang.String html
           
 
Constructor Summary
(package private) Utils()
           
 
Method Summary
static java.lang.String getExtension(java.io.File f)
          Get the extension of a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

html

public static final java.lang.String html
See Also:
Constant Field Values

gcb

public static final java.lang.String gcb
See Also:
Constant Field Values
Constructor Detail

Utils

Utils()
Method Detail

getExtension

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

Parameters:
f - the file to get the extension of
Returns:
the extension of the file