com.ibm.pdp.pacbase.model.extension
Interface IGeneratedTargetExtension


public interface IGeneratedTargetExtension

RPP extension point for management of doubles during migration and during entity creation for the following types pacscreen|pacprogram|pacserver|pacdialog. Only one extension per instance of RPP can be defined. Example :

<extension point="com.ibm.pdp.mdl.pacbase.util.generatedTargetExtension"> <generatedTargetExtension class="sample.GeneratedTargetExtension"> </generatedTargetExtension> </extension>


Field Summary
static java.lang.String copyright
           
 
Method Summary
 void assign(IGeneratedTargetItem generatedTargetItem)
          Assigns the IGeneratedTargetItem properties.
 void handleMigrationDoubles(java.util.List<IGeneratedTargetItem> generatedTargetItems)
          Manages the list of IGeneratedTargetItem the input list can contains double.
The generated target is identified by the project the folder and the generated output name.
The input list take care of --automaticMigration migration command.
It is not possible to add or remove items in the list.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

assign

void assign(IGeneratedTargetItem generatedTargetItem)
Assigns the IGeneratedTargetItem properties. Called during entity creation of pacscreen|pacprogram|pacserver|pacdialog.

Parameters:
generatedTargetItem -

handleMigrationDoubles

void handleMigrationDoubles(java.util.List<IGeneratedTargetItem> generatedTargetItems)
Manages the list of IGeneratedTargetItem the input list can contains double.
The generated target is identified by the project the folder and the generated output name.
The input list take care of --automaticMigration migration command.
It is not possible to add or remove items in the list.

Parameters:
generatedTargetItems -