Class Webdav4sFileNameParser
java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.GenericURLFileNameParser
org.apache.commons.vfs2.provider.http4s.Http4sFileNameParser
org.apache.commons.vfs2.provider.webdav4s.Webdav4sFileNameParser
- All Implemented Interfaces:
- FileNameParser
Implementation for webdav over https. set default port to 443.
- Since:
- 2.5.0
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParserHostFileNameParser.Authority
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.provider.GenericURLFileNameParserencodeCharacter, parseUriMethods inherited from class org.apache.commons.vfs2.provider.HostFileNameParserextractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
- 
Constructor Details- 
Webdav4sFileNameParserpublic Webdav4sFileNameParser()Constructs a new instance.
 
- 
- 
Method Details- 
getInstanceGets the singleton instance.- Returns:
- the singleton instance.
 
 
-