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

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

Introduction

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

The text is from its open source code.

Field

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