|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPathExtractor
public class PathExtractor
Extracts the path part from "file://" URL. For example, extract("file://home/abc/def/ghi.xml") returns "/home/abc/def/ghi"
Constructor Summary | |
---|---|
PathExtractor()
|
Method Summary | |
---|---|
static String |
extract(String uri)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathExtractor()
Method Detail |
---|
public static String extract(String uri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |