| java.lang.Object org.openharmonise.vfs.search.Scope
Scope | public class Scope (Code) | | Defines the scope of a Virtual File System search, in terms of
collections.
author: Matthew Large version: $Revision: 1.1 $ |
Constructor Summary | |
public | Scope(String sScopePath) Constructs a new scope. | public | Scope(String sScopePath, boolean bIncludeSubDirs) Constructs a new scope. |
Method Summary | |
public String | getDir() Returns the full path of the collection. | public boolean | includeSubDirs() Checks if sub-collections are to be searched. |
Scope | public Scope(String sScopePath)(Code) | | Constructs a new scope.
Parameters: sScopePath - Full path to restrict by |
Scope | public Scope(String sScopePath, boolean bIncludeSubDirs)(Code) | | Constructs a new scope.
Parameters: sScopePath - Full path to restrict by Parameters: bIncludeSubDirs - true to search all sub-collections |
getDir | public String getDir()(Code) | | Returns the full path of the collection.
Full path to restrict by |
includeSubDirs | public boolean includeSubDirs()(Code) | | Checks if sub-collections are to be searched.
true if sub-collections are to be searched |
|
|