Copyright @ 2002 SAP. All Rights Reserved.

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

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

Uses of DevelopmentComponent in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return DevelopmentComponent
static DevelopmentComponent ComponentFactory.createDevelopmentComponent()
          Creates a new empty development component instance.
static DevelopmentComponent ComponentFactory.createDevelopmentComponent(java.lang.String name, java.lang.String vendor, ComponentType componentType)
          Creates a new development component with given name, vendor id and component type.
static DevelopmentComponent ComponentFactory.initialize(DCInputProvider provider)
          Initializes the referenced development component.
static DevelopmentComponent ComponentFactory.initialize(DCInputProvider provider, boolean withPPs)
          Initializes the referenced development component and optionall its public parts.
 

Methods in com.sap.tc.complib with parameters of type DevelopmentComponent
static Property ComponentFactory.createProperty(java.lang.String propertyName, DevelopmentComponent parent)
          Creates a new property instance with the given name and adds that property to the given development component.
static Property ComponentFactory.createProperty(java.lang.String propertyName, java.lang.String namespacePrefix, java.lang.String namespaceURI, DevelopmentComponent parent)
          Creates a new property instance with given name, namespace prefix and URI and adds that property to the given development component
static PublicPart ComponentFactory.createPublicPart(java.lang.String publicPartName, DevelopmentComponent parent)
          Creates a new public part instance with given name and adds that public part to the given development component
static Dependency ComponentFactory.createDependency(DCReference ref, DevelopmentComponent parent)
          Creates a new dependency instance that points to the given component and adds the dependency to the given DC.
static Dependency ComponentFactory.createDependency(PPReference ref, DevelopmentComponent parent)
          Creates a new dependency instance that points to the given public part and adds the dependency to the given DC.
static void ComponentFactory.serialize(DevelopmentComponent component, DCOutputProvider provider)
          Serializes the given development component.
 


Copyright @ 2002 SAP. All Rights Reserved.