|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.util.PathUtil
class PathUtil
Path-related utility methods.
| Method Summary | |
|---|---|
static String
|
getName(String path)
|
static String
|
getParentPath(String filePath)
|
static String
|
normalizePath(String path)
|
static String
|
removePathPrefix(String prefix, String path)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
static String getName(String path)
static String getParentPath(String filePath)
static String normalizePath(String path)
static String removePathPrefix(String prefix, String path)
Groovy Documentation