Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.PPReference

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

Uses of PPReference in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return PPReference
 PPReference Dependency.getPublicPartDependency()
          Returns this dependency as reference to a public part.
 PPReference DevelopmentComponent.getBuildPlugin()
          Returns the build plugin for this development component.
 

Methods in com.sap.tc.complib with parameters of type PPReference
 void Dependency.setPublicPartDependency(PPReference ref)
          Sets this dependency from the given reference to a public part.
 void DevelopmentComponent.setBuildPlugin(PPReference buildPlugin)
          Declares the build plugin for this development component.
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.
 


Copyright @ 2002 SAP. All Rights Reserved.