|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.webharvest.extensions.localfolder.PathUtil
public class PathUtil
Path util.
Constructor Summary | |
---|---|
PathUtil()
|
Method Summary | |
---|---|
static String |
sanitizeFileName(String name)
Sanitizes file name. |
static List<String> |
splitPath(File f)
Splits path by separator. |
static List<String> |
splitPath(String p)
Splits path by separator |
static List<String> |
splitPath(URL u)
Splits path by separator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathUtil()
Method Detail |
---|
public static List<String> splitPath(String p)
p
- path
public static List<String> splitPath(URL u)
u
- URL
public static List<String> splitPath(File f)
f
- file
public static String sanitizeFileName(String name)
name
- arbitrary file name
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |