Class MigrateTopLinkToEclipseLink
- java.lang.Object
-
- org.eclipse.persistence.utils.rename.MigrateTopLinkToEclipseLink
-
public class MigrateTopLinkToEclipseLink extends java.lang.Object
Provides a product rename utility specific to moving Oracle TopLink source to EclipseLink. In addition to invoking the package-rename utility it also clears out the target folder except the doNotDeleteFiles. When copying and renaming classes the renamer will NOT replace existing files. This allows us to modify target files and keep the modifications from future executions overwriting them.- Author:
- djclarke
-
-
Constructor Summary
Constructors Constructor Description MigrateTopLinkToEclipseLink()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
migrate(java.lang.String source, java.lang.String target, java.lang.String propertiesFile)
-