Class WebdavFileNameParser

java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.URLFileNameParser
org.apache.commons.vfs2.provider.http.HttpFileNameParser
org.apache.commons.vfs2.provider.webdav.WebdavFileNameParser
All Implemented Interfaces:
org.apache.commons.vfs2.provider.FileNameParser

public class WebdavFileNameParser extends org.apache.commons.vfs2.provider.http.HttpFileNameParser
Implementation for http. set default port to 80
Since:
2.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
    Constructor
    Description
    Constructs a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.commons.vfs2.provider.FileNameParser
    Gets the singleton instance.

    Methods inherited from class org.apache.commons.vfs2.provider.URLFileNameParser

    encodeCharacter, parseUri

    Methods inherited from class org.apache.commons.vfs2.provider.HostFileNameParser

    extractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getInstance

      public static org.apache.commons.vfs2.provider.FileNameParser getInstance()
      Gets the singleton instance.
      Returns:
      the singleton instance.