Groovy Documentation

org.gmetrics.util
[Groovy] Class PathUtil

java.lang.Object
  org.gmetrics.util.PathUtil

class PathUtil

Contains static utility methods related to file and directory paths.

This is an internal class and its API is subject to change.

Authors:
Chris Mair
Version:
\$Revision: 24 \$ - \$Date: 2009-12-10 21:17:05 -0500 (Thu, 10 Dec 2009) \$


Method Summary
static String getName(String filePath)

static String getParent(String filePath)

static String normalize(String path)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getName

static String getName(String filePath)


getParent

static String getParent(String filePath)


normalize

static String normalize(String path)


 

Groovy Documentation