public class Find extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Find.Type |
static class |
Find.Visibility |
Modifier and Type | Field and Description |
---|---|
protected boolean |
acceptErrors
If there are any missing objects in ClearCase, the
Find class will fail. |
protected boolean |
depth
Causes directory entries to be processed before the directory itself.
|
protected boolean |
extendedNames
Use extended path names
|
protected List<String> |
pathNames |
protected boolean |
print
Prints the found selection
|
protected Find.Type |
type |
protected String |
user
Selects only those objects in the subset of elements owned by user login-name.
|
protected String |
versionQuery
From the set of objects that survived the element-level and branch-level queries (if any), selects version objects using a VOB query.
|
protected File |
viewRoot |
protected Find.Visibility |
visible |
Constructor and Description |
---|
Find() |
Modifier and Type | Method and Description |
---|---|
Find |
acceptErrors() |
Find |
addPathName(String name) |
Find |
addPathNames(Collection<String> pathNames) |
List<Version> |
find() |
String |
getCommandLine() |
Find |
print() |
Find |
setFindAll() |
Find |
setNotVisible() |
Find |
setType(Find.Type type) |
Find |
setUser(String user) |
Find |
setVersionQuery(String query) |
Find |
setViewRoot(File viewRoot) |
Find |
setVisible() |
Find |
useDepth() |
Find |
useUnExtendedNames() |
protected File viewRoot
protected Find.Visibility visible
protected Find.Type type
protected boolean depth
protected String user
protected boolean extendedNames
protected String versionQuery
protected boolean print
protected boolean acceptErrors
Find
class will fail.
Accepting errors, will overcome this problem.public Find addPathNames(Collection<String> pathNames)
public Find setNotVisible()
public Find setVisible()
public Find acceptErrors()
public Find setFindAll()
public Find print()
public Find useDepth()
public Find useUnExtendedNames()
public List<Version> find() throws CleartoolException, UnableToInitializeEntityException
public String getCommandLine()
Copyright © 2016–2018. All rights reserved.