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

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

Introduction

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

The text is from its open source code.

Field

NameScopeCHILD
Resolve against the children of the base file.
NameScopeDESCENDENT
Resolve against the descendents of the base file.
NameScopeDESCENDENT_OR_SELF
Resolve against the descendents of the base file.