org.argouml.util
Class Tools

java.lang.Object
  extended byorg.argouml.util.Tools

public class Tools
extends java.lang.Object


Constructor Summary
Tools()
           
 
Method Summary
static java.lang.String getFileExtension(java.io.File file)
          getFileExtension returns the file extension of a file.
static java.lang.String getVersionInfo()
           
static void logVersionInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

getVersionInfo

public static java.lang.String getVersionInfo()

logVersionInfo

public static void logVersionInfo()

getFileExtension

public static java.lang.String getFileExtension(java.io.File file)
getFileExtension returns the file extension of a file.

Parameters:
file - the File to examine
Returns:
extension including the dot, or null


ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook