Copyright @ 2002 SAP. All Rights Reserved.

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

Packages that use SoftwareComponent
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of SoftwareComponent in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return SoftwareComponent
static SoftwareComponent ComponentFactory.createSoftwareComponent()
          Creates a new empty software component instance.
static SoftwareComponent ComponentFactory.createSoftwareComponent(java.lang.String name, java.lang.String vendor)
          Creates a new software component with given name, vendor id and component type.
static SoftwareComponent ComponentFactory.initialize(SCInputProvider provider)
          Initializes the referenced software component.
 

Methods in com.sap.tc.complib with parameters of type SoftwareComponent
static void ComponentFactory.serialize(SoftwareComponent component, SCOutputProvider provider)
          Serializes the given software component.
 


Copyright @ 2002 SAP. All Rights Reserved.