|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Repository | |
| com.sap.tc.complib | Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. |
| Uses of Repository in com.sap.tc.complib |
| Methods in com.sap.tc.complib that return Repository | |
static Repository |
ConfigurationFactory.createRepository()
Create an uninitialized Repository instance |
static Repository |
ConfigurationFactory.createRepository(java.lang.String type,
java.lang.String url)
Create an initialized Repository instance |
Repository |
SourceState.getRepository()
gets the Repository object with the server parameters |
| Methods in com.sap.tc.complib with parameters of type Repository | |
static SourceState |
ConfigurationFactory.createSourceStateForRead(Repository repository,
java.lang.String workspace)
Create a SourceState object for a source state for which neither change nor activation is allowed. |
static SourceState |
ConfigurationFactory.createSourceStateForChange(Repository repository,
java.lang.String workspace)
Create a SourceState object for a source state for which chnages are allowed bit no activation. |
static SourceState |
ConfigurationFactory.createSourceStateWithActivation(Repository repository,
java.lang.String inactiveWorkspace,
java.lang.String activeWorkspace)
Create an a SourceState object for source state for which activation is allowed |
void |
SourceState.setRepository(Repository value)
sets the Repository object wit the server parameters |
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||