|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClearTool
| Method Summary | |
|---|---|
java.lang.String |
catcs(java.lang.String viewName)
Retrives the config spec for the specified viewname |
java.util.List<ClearCaseChangeLogEntry> |
lshistory(java.util.Date lastBuildDate,
java.lang.String viewName,
java.lang.String branch,
java.lang.String vobPaths)
Lists event records for VOB-database objects |
java.util.List<java.lang.String> |
lsview(boolean onlyActiveDynamicViews)
Lists view registry entries |
java.util.List<java.lang.String> |
lsvob(boolean onlyMOunted)
Lists VOB registry entries |
void |
mklabel(java.lang.String viewName,
java.lang.String label)
Attaches version labels to versions of elements |
void |
mkview(java.lang.String viewName,
java.lang.String streamSelector)
Creates and registers a view |
void |
rmview(java.lang.String viewName)
Removes the view from a VOB |
void |
setcs(java.lang.String viewName,
java.lang.String configSpec)
Sets the config spec of the view |
void |
setView(java.lang.String viewTag)
|
void |
update(java.lang.String viewName,
java.lang.String loadRules)
Updates the elements in the view |
| Method Detail |
|---|
void update(java.lang.String viewName,
java.lang.String loadRules)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the viewloadRules - optional load rules, null if not used.
java.io.IOException
java.lang.InterruptedException
void rmview(java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the view
java.io.IOException
java.lang.InterruptedException
void mkview(java.lang.String viewName,
java.lang.String streamSelector)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the viewstreamSelector - optional stream selector, null if not used.
java.io.IOException
java.lang.InterruptedException
void setcs(java.lang.String viewName,
java.lang.String configSpec)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the viewconfigSpec - the name of the file containing a config spec
java.io.IOException
java.lang.InterruptedException
void mklabel(java.lang.String viewName,
java.lang.String label)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the viewlabel - the label name
java.io.IOException
java.lang.InterruptedException
java.util.List<ClearCaseChangeLogEntry> lshistory(java.util.Date lastBuildDate,
java.lang.String viewName,
java.lang.String branch,
java.lang.String vobPaths)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandlastBuildDate - lists events recorded since (that is, at or after) the specified date-timeviewName - the name of the viewbranch - the name of the branch to get history events for; if null then history events for all branches are
listed
java.io.IOException
java.lang.InterruptedException
java.util.List<java.lang.String> lsview(boolean onlyActiveDynamicViews)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandonlyActiveDynamicViews - true for only return active dynamic views; false all views are returned
java.io.IOException
java.lang.InterruptedException
java.util.List<java.lang.String> lsvob(boolean onlyMOunted)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandonlyMOunted - true for only return mounted vobs; false all vobs are returned
java.io.IOException
java.lang.InterruptedException
java.lang.String catcs(java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the commandviewName - the name of the view
java.io.IOException
java.lang.InterruptedException
void setView(java.lang.String viewTag)
throws java.io.IOException,
java.lang.InterruptedException
launcher - launcher for launching the command
Creates a process that is set to a dynamic viewviewTag - Any view tag specifying a dynamic view that is registered for the current network region.
java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||