|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcConfigSpec
The configuration specification ("config spec") for a ClearCase view. A view's config spec determines which elements appear in a view, and which version of each element is selected by the view. For snapshot and web views, the config spec also determines which files are loaded in the view.
A ConfigSpec has two sections, one containing element rules and one containing load rules. Methods are provided to manipulate each of these sections.
CcView.getConfigSpec returns a ConfigSpec object. ConfigSpec objects can be passed into CcView.doSetConfigSpec to change the configuration specification of a view.
Method Summary | |
---|---|
String |
getElementRules()
Returns the "Element Rules" section (everything except the load rules) of the configuration specification. |
String |
getLoadRules()
Returns the load-rules section of a configuration specification. |
String |
getUcmElementRules()
Returns the automatically-generated UCM section of the configuration specification. |
void |
setElementRules(String elementRules)
Sets the "Element Rules" (everything except the load rules) section of a ConfigSpec object. |
void |
setLoadRules(String loadRules)
Sets the load-rules section of a configuration specification. |
Method Detail |
---|
String getElementRules()
String getLoadRules()
String getUcmElementRules()
void setElementRules(String elementRules)
elementRules
- a newline-separated string representing the new element rulesvoid setLoadRules(String loadRules)
loadRules
- a newline-separated string representing the new load rules
|
Generated Fri 15-Nov-2013 12:48 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |