Copyright @ 2002 SAP. All Rights Reserved.

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

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

Methods in com.sap.tc.complib with parameters of type DCOutputProvider
 void DevelopmentComponent.serialize(DCOutputProvider provider)
          Serializes this component.
 void DevelopmentComponent.serialize(DCOutputProvider provider, java.lang.String schemaVersion)
           
 void DevelopmentComponent.serializePublicPart(java.lang.String publicPartName, DCOutputProvider provider)
          Serializes the given public part of this component.
 void DevelopmentComponent.serializePublicPart(java.lang.String publicPartName, DCOutputProvider provider, java.lang.String schemaVersion)
           
 void DevelopmentComponent.serializePublicParts(DCOutputProvider provider)
          Serializes the public parts of this component.
 void DevelopmentComponent.serializePublicParts(DCOutputProvider provider, java.lang.String schemaVersion)
           
static void ComponentFactory.serialize(DevelopmentComponent component, DCOutputProvider provider)
          Serializes the given development component.
 

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

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


Copyright @ 2002 SAP. All Rights Reserved.