Copyright @ 2002 SAP. All Rights Reserved.

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

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

Subinterfaces of Component in com.sap.tc.complib
 interface DevelopmentComponent
          Interface representing development components.
 interface SoftwareComponent
          Interface representing software components.
 

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

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


Copyright @ 2002 SAP. All Rights Reserved.