|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.Method Summary | |
---|---|
static String
|
getName(String filePath)
|
static String
|
getParent(String filePath)
|
static String
|
normalize(String path)
|
static String
|
toPackageName(String filePath)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static String getName(String filePath)
static String getParent(String filePath)
static String normalize(String path)
static String toPackageName(String filePath)
Groovy Documentation