| Constructor and Description |
|---|
WebPath(int ups, Iterable
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
|
String |
getFileName()
|
String |
getName(int i)
|
int |
getNameCount()
|
int |
getUps()
|
int |
hashCode()
|
boolean |
isDir()
|
Iterator |
iterator()
|
WebPath |
relativize(WebPath
|
WebPath |
resolve(String
|
WebPath |
resolve(WebPath
|
WebPath |
subPathFrom(int from)
|
WebPath |
subPathTo(int to)
|
String |
toString()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int getUps()
public boolean isDir()
public int getNameCount()
public StringgetName(int i)
public StringgetFileName()
public StringtoString()
public int hashCode()
public boolean equals(Objectobj)
public WebPathsubPathFrom(int from)
public WebPathsubPathTo(int to)