|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DCInputProvider | |
| com.sap.tc.complib | Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. |
| com.sap.tc.complib.provider | Provides classes and interfaces for the serialization or initialization of components and public parts to or from their corresponding description files. |
| Uses of DCInputProvider in com.sap.tc.complib |
| Methods in com.sap.tc.complib with parameters of type DCInputProvider | |
void |
DevelopmentComponent.initialize(DCInputProvider provider)
Initializes this component. |
void |
DevelopmentComponent.initialize(DCInputProvider provider,
boolean withPPs)
Initializes this component and optionally its public parts. |
void |
DevelopmentComponent.initializePublicPart(java.lang.String publicPartName,
DCInputProvider provider)
Initializes the given public part and adds it to the component. |
void |
DevelopmentComponent.initializePublicParts(DCInputProvider provider)
Initializes all available part and adds them to the component. |
static DevelopmentComponent |
ComponentFactory.initialize(DCInputProvider provider)
Initializes the referenced development component. |
static DevelopmentComponent |
ComponentFactory.initialize(DCInputProvider provider,
boolean withPPs)
Initializes the referenced development component and optionall its public parts. |
| Uses of DCInputProvider in com.sap.tc.complib.provider |
| Classes in com.sap.tc.complib.provider that implement DCInputProvider | |
class |
FileInputProvider
This class implements a DCInputProvider used to unmarshal development components from a local file system. |
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||