org.argouml.util
Class Tools

java.lang.Object
  extended by org.argouml.util.Tools

public class Tools
extends java.lang.Object

Some tools thrown together...


Constructor Summary
Tools()
           
 
Method Summary
static java.lang.String getFileExtension(java.io.File file)
          Gets the file extension of a file.
static java.lang.String getVersionInfo()
           
static void logVersionInfo()
          Print out some version info for debugging.
 
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()
Returns:
a String containing the version information

logVersionInfo

public static void logVersionInfo()
Print out some version info for debugging.


getFileExtension

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

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


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook