Uses of Class
wt.clients.replication.unit.BuildSourceItem

Packages that use BuildSourceItem
wt.clients.replication.unit   
 

Uses of BuildSourceItem in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as BuildSourceItem
private  BuildSourceItem BuildRuleItem.buildSource
           
 

Methods in wt.clients.replication.unit that return BuildSourceItem
 BuildSourceItem BuildRuleItem.getBuildSource()
          Get the build source
 

Methods in wt.clients.replication.unit with parameters of type BuildSourceItem
 void BuildRuleList.addElementBuildSource(BuildSourceItem buildSource)
          Adds the BuildRuleItem to the BuildRuleList
 void BuildRuleItem.setBuildSource(BuildSourceItem buildSource)
          Set the build source
 

Constructors in wt.clients.replication.unit with parameters of type BuildSourceItem
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget)
          Create a BuildRuleItem associating the specified BuildSourceItem and PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget, BuildRule buildRule)
          Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association.