|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.util.BambooFilenameUtils
public class BambooFilenameUtils
Method Summary | |
---|---|
static boolean |
doesPathFollowToParentDirectory(java.lang.String path)
Test if path "escapes" current directory |
static boolean |
isPathAbsolute(java.lang.String path)
Test if path denotes absolute path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isPathAbsolute(java.lang.String path)
path
- path to be verified
public static boolean doesPathFollowToParentDirectory(java.lang.String path)
path
- path to be verified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |