Copyright @ 2002 SAP. All Rights Reserved.

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

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

Methods in com.sap.tc.complib with parameters of type SCOutputProvider
 void SoftwareComponent.serialize(SCOutputProvider provider)
          Serializes this component.
static void ComponentFactory.serialize(SoftwareComponent component, SCOutputProvider provider)
          Serializes the given software component.
 

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

Classes in com.sap.tc.complib.provider that implement SCOutputProvider
 class FileOutputProvider
          This class implements a DCOutputProvider used to marshal development components to a local file system.
 


Copyright @ 2002 SAP. All Rights Reserved.