|
|||||||||
| 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 java.lang.String |
extract(java.lang.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 java.lang.String extract(java.lang.String uri)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||