Copyright @ 2002 SAP. All Rights Reserved.

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

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

Methods in com.sap.tc.complib with parameters of type PPInputProvider
static PublicPart ComponentFactory.initialize(PPInputProvider provider)
           
 void PublicPart.initialize(PPInputProvider provider)
          Initializes this public part.
 

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

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

Methods in com.sap.tc.complib.provider that return PPInputProvider
 PPInputProvider FileInputProvider.getPPInputProvider(java.lang.String publicPartName)
          Returns an input provider for the public parts of the selected component.
 PPInputProvider DCInputProvider.getPPInputProvider(java.lang.String publicPartName)
          Returns an input provider for the public parts of the given DC.
 


Copyright @ 2002 SAP. All Rights Reserved.