org.argouml.util
Class Tools

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

public class Tools
extends Object

Some tools thrown together...


Field Summary
private static Logger LOG
          logger
private static String[] PACKAGELIST
           
 
Constructor Summary
Tools()
           
 
Method Summary
private static void getComponentVersionInfo(StringBuffer sb, String pn)
           
static String getFileExtension(File file)
          getFileExtension returns the file extension of a file.
static 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
 

Field Detail

LOG

private static final Logger LOG
logger


PACKAGELIST

private static final String[] PACKAGELIST
Constructor Detail

Tools

public Tools()
Method Detail

getComponentVersionInfo

private static void getComponentVersionInfo(StringBuffer sb,
                                            String pn)

getVersionInfo

public static String getVersionInfo()
Returns:
a String containing the version information

logVersionInfo

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


getFileExtension

public static String getFileExtension(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-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook