org.jurvis.io
Class JvFileUtilities
java.lang.Object
org.jurvis.io.JvFileUtilities
public final class JvFileUtilities
- extends Object
Various utility methods useful in manipulating Files and
filenames.
- Author:
- Neil W. Weber
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvFileUtilities
public JvFileUtilities()
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.