Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.provider.SCInputProvider

Packages that use SCInputProvider
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 SCInputProvider in com.sap.tc.complib
 

Methods in com.sap.tc.complib with parameters of type SCInputProvider
 void SoftwareComponent.initialize(SCInputProvider provider)
          Initializes this component.
static SoftwareComponent ComponentFactory.initialize(SCInputProvider provider)
          Initializes the referenced software component.
 

Uses of SCInputProvider in com.sap.tc.complib.provider
 

Classes in com.sap.tc.complib.provider that implement SCInputProvider
 class FileInputProvider
          This class implements a DCInputProvider used to unmarshal development components from a local file system.
 


Copyright @ 2002 SAP. All Rights Reserved.