Copyright @ 2002 SAP. All Rights Reserved.

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

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

Methods in com.sap.tc.complib with parameters of type PPOutputProvider
static void ComponentFactory.serialize(PublicPart publicPart, PPOutputProvider provider)
           
 void PublicPart.serialize(PPOutputProvider provider)
          Serializes this public part.
 void PublicPart.serialize(PPOutputProvider provider, java.lang.String formatVersion)
           
 

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

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

Methods in com.sap.tc.complib.provider that return PPOutputProvider
 PPOutputProvider DCOutputProvider.getPPOutputProvider(java.lang.String publicPartName)
          Returns an output provider for the public parts of the given DC.
 PPOutputProvider StreamDCOutputProvider.getPPOutputProvider(java.lang.String publicPartName)
           
 PPOutputProvider FileOutputProvider.getPPOutputProvider(java.lang.String publicPartName)
          Returns an output provider for the public parts of the given DC.
 


Copyright @ 2002 SAP. All Rights Reserved.