What COM pieces makes up CAL?
• OBJECTS • INTERFACES • METHODS • PROPERTIES There are only two (2) top-level CAL objects that can be used to execute a cleartool sub-command: • Clearcase.Application object (which is rich with numerous interfaces, methods and properties) • Clearcase.Cleartool object (which only has one method CMDEXE). Note: The CAL object and interfaces are named to be descriptive of the underlying data they are to represent, for example ICCElement is an interface to ClearCase elements and ICCAttributeType is an interface to ClearCase attribute types.