|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Compartment | |
| com.sap.tc.complib | Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. |
| Uses of Compartment in com.sap.tc.complib |
| Methods in com.sap.tc.complib that return Compartment | |
static Compartment |
ConfigurationFactory.createCompartment()
Create an uninitialized Compartment instance |
static Compartment |
ConfigurationFactory.createCompartment(java.lang.String name,
java.lang.String scName,
java.lang.String scVendor)
Create an intialized Compartment instance for a compartment with archive state only name compartment name scName name attribute of contained software component scVendor vendor attribute of contained software component |
static Compartment |
ConfigurationFactory.createCompartment(java.lang.String name,
java.lang.String scName,
java.lang.String scVendor,
boolean hasArchiveState,
SourceState sourceState)
Create an intialized Compartment instance for a compartmnet with sourceState name compartment name scName name attribute of contained software component scVendor vendor attribute of contained software component hasArchiveState boolean telling if the compartment contains foreign archives sourceState SourceState object to describe the contained source state |
Compartment |
DevelopmentConfiguration.getDefaultCompartmentForSC(java.lang.String scVendor,
java.lang.String scName)
gets the default compartment for the specified software component. |
Compartment |
DevelopmentConfiguration.getCompartmentByAlias(java.lang.String referencingCompartmentName,
java.lang.String aliasName)
gets the default compartment for the specified software component |
| Methods in com.sap.tc.complib with parameters of type Compartment | |
void |
DevelopmentConfiguration.addCompartment(Compartment compartment)
Add a new compartment or overwrite existing one with same name |
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||