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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.vfs.provider.GenericFileName has subclasses.
Click this link to see all its subclasses.

Method

StringgetHostName()
Returns the host name part of this name.
StringgetPassword()
Returns the password part of this name.
intgetPort()
Returns the port part of this name.
StringgetScheme()
Returns the URI scheme of this file.
StringgetUserName()
Returns the user name part of this name.