Class Webdav4FileNameParser
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.http4.Http4FileNameParser
org.apache.commons.vfs2.provider.webdav4.Webdav4FileNameParser
- All Implemented Interfaces:
org.apache.commons.vfs2.provider.FileNameParser
public class Webdav4FileNameParser
extends org.apache.commons.vfs2.provider.http4.Http4FileNameParser
Implementation for http. set default port to 80.
- Since:
- 2.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser.Authority
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.vfs2.provider.FileNameParser
Gets the singleton instance.Methods inherited from class org.apache.commons.vfs2.provider.GenericURLFileNameParser
encodeCharacter, parseUri
Methods inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
extractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
-
Constructor Details
-
Webdav4FileNameParser
public Webdav4FileNameParser()Constructs a new instance.
-
-
Method Details
-
getInstance
Gets the singleton instance.- Returns:
- the singleton instance.
-