| java.lang.Object | |
| ↳ | net.schmizz.sshj.sftp.PathHelper |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PathHelper.Canonicalizer | |||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_PATH_SEPARATOR | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| canonicalizer | |||||||||||
| dotDir | |||||||||||
| pathSep | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Divide the path into
PathComponents(parent, name) while making sure name != "." && name != ".." | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| canonicalizer | |
|---|---|
| pathSep |
| parent | |
|---|---|
| path |
Divide the path into PathComponents(parent, name) while making sure name != "." && name != ".."
| path | To convert |
|---|
| IOException |
|---|
| path |
|---|