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

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

Introduction

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

The text is from its open source code.

Method

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.
StringgetPathQueryEncoded(String charset)
get the path encoded suitable for url like filesystem e.g.
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.