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

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

Introduction

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

The text is from its open source code.

Field

FileTypeFOLDER
A folder.
FileTypeFILE
A regular file.
FileTypeFILE_OR_FOLDER
A file or folder.
FileTypeIMAGINARY
A file that does not exist.
booleanhasChildren
true if the FileType can have children

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetName()
Returns the name of this type.
StringtoString()
Returns the name of this type.