Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.ComponentReference

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

Classes in com.sap.tc.complib that implement ComponentReference
 class DCReference
          References to development components.
 class SCReference
          References to software components.
 

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

Constructors in com.sap.tc.complib.provider with parameters of type ComponentReference
FileInputProvider(java.lang.String rootPath, ComponentReference component)
          Creates an provider for the given root path and component.
 


Copyright @ 2002 SAP. All Rights Reserved.