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

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

Introduction

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

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.
intgetPort()
Returns the port part of this name.
StringgetScheme()
Returns the URI scheme of this file.
StringgetURI()
Returns the absolute URI of the file.
StringgetUserName()
Returns the user name part of this name.
StringtoString()
Returns the URI of the file.