Java org.apache.commons.vfs2.provider URLFileName fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider URLFileName fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider URLFileName.

The text is from its open source code.

Constructor

Method

intgetDefaultPort()
Returns the default port for this file name.
StringgetHostName()
Returns the host name part of this name.
StringgetPassword()
Returns the password part of this name.
StringgetPath()
Returns the absolute path of the file, relative to the root of the file system that the file belongs to.
intgetPort()
Returns the port part of this name.
StringgetQueryString()
Get the query string.
StringgetScheme()
Returns the URI scheme of this file.
FileTypegetType()
Returns the requested or current type of this name.
StringgetUserName()
Returns the user name part of this name.