This functionality is only available for certain module packages.

You are here: EEC > BASE > PX update > Writing method updateProjectExchangeModel

Writing method updateProjectExchangeModel

The ProjectExchangeModelUpdate1.java class is pre-defined in the following lines:

The constructor can be removed from this definition.

The update to be executed must be implemented in the method updateProjectExchangeModel(IProjectExchangeAPI pxModel). There are methods available to do this, which are described in the following sections.

After the implementation, the plug-in is exported either directly to the folder \dropins or to a temporary folder, and finally copied to the folder \dropins. This is explained in the section Exporting plug-ins.

More: