public final class VFSURIParser extends Object
| Constructor and Description |
|---|
VFSURIParser(String fileURI)
Create a new instance of
VFSURIParser |
VFSURIParser(String fileURI,
boolean assignDefaultPort) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Returns the VFS hostname
|
String |
getPassword()
Returns the VFS password
|
String |
getPath()
Returns the VFS path
|
String |
getPortnumber()
Returns the VFS port number
|
Protocol |
getProtocol()
Returns the VFS protocol
|
String |
getUsername()
Returns the VFS username
|
public VFSURIParser(String fileURI)
VFSURIParserfileURI - The VFS file URI to parsepublic VFSURIParser(String fileURI, boolean assignDefaultPort)
public String getHostname()
public String getPassword()
public String getPath()
public String getPortnumber()
public Protocol getProtocol()
public String getUsername()
Copyright © 2020. All rights reserved.