This functionality is only available for certain module packages.

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

replaceInstanceName

Searches the stated name of the project component, and replaces it with a new name.

replaceInstanceName(String projectName, String currentAbsolutePath, String classAbsolutePath, String newInstanceName)
Argument String projectName Name of the project.
String currentAbsolutePath Absolute path of the old project component
String classAbsolutePath Absolute path of the class of the new project component
String newInstanceName New name of the project component
Return value void