org.jurvis.io
Class JvFileUtilities

java.lang.Object
  extended by org.jurvis.io.JvFileUtilities

public final class JvFileUtilities
extends Object

Various utility methods useful in manipulating Files and filenames.

Author:
Neil W. Weber

Constructor Summary
JvFileUtilities()
           
 
Method Summary
static String getBaseName(String name)
          Return the base name of the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvFileUtilities

public JvFileUtilities()
Method Detail

getBaseName

public static String getBaseName(String name)
Return the base name of the specified name. The base name is the portion of the name on the left of the last '.'.

Parameters:
name - the name to compute the basename of
Returns:
the base name


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.